#CC6C63

Color #CC6C63 Contessa (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Contessa #CC6C63

Tints of Contessa #CC6C63

Color information

#CC6C63 (or 0xCC6C63) is unknown color: approx Contessa. HEX triplet: CC, 6C and 63. RGB value is (204,108,99). Sum of RGB (Red+Green+Blue) = 204+108+99=411 (54% of max value = 765). Red value is 204 (80.08% from 255 or 49.64% from 411); Green value is 108 (42.58% from 255 or 26.28% from 411); Blue value is 99 (39.06% from 255 or 24.09% from 411); Max value from RGB is 204 - color contains mainly: red. Hex color #CC6C63 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CC6C63 is #33939C. Grayscale: #878787. Windows color (decimal): -3380125 or 6515916. OLE color: 6515916.

HSL color Cylindrical-coordinate representation of color #CC6C63: hue angle of 5.14º degrees, saturation: 0.51, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #CC6C63 is Cyan = 0, Magento = 0.47, Yellow = 0.51 and Black (K on CMYK) = 0.2.

Color convert

RGB20410899-
CMYK00.470.510.2
HSL5.14º50.72%59.41%-
HSV(B)5.14º51.47%80%-
XYZ32.5224.4614.81-
YUV135.68107.3176.73-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 204 (80.08% from 255) = 49.64%
GREEN value IS 108 (42.58% from 255) = 26.28%
BLUE value IS 99 (39.06% from 255) = 24.09%
R=49.64%
G=26.28%
B=24.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.51
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal2041089900.470.510.25.1450.7259.41
HexCC6C6302F33145333b
Octal314154143057632456373
Binary1100110011011001100011010111111001110100101110011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC6C63

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC6C63; }

 p { color: rgb(204,108,99); }

 H1.HeaderClassName
 {
   color: #CC6C63;
 }
 .AnyTagClassName
 {
   color: #CC6C63;
 }
</style>
background-color css

<style>
 a { background-color: #CC6C63; }

 a { background-color: rgb(204,108,99); }

 div.DivClassName
 {
   background-color: #CC6C63;
 }
 .BgClassName
 {
   background-color: #CC6C63;
 }
</style>
border-color css

<style>
 span { border-color: #CC6C63; }

 span { border-color: rgb(204,108,99); }

 td.TdClassName
 {
   border-color: #CC6C63;
 }
 .TagClassName
 {
   border-color: #CC6C63;
 }
</style>