#CC7568

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

Shades of Contessa #CC7568

Tints of Contessa #CC7568

Color information

#CC7568 (or 0xCC7568) is unknown color: approx Contessa. HEX triplet: CC, 75 and 68. RGB value is (204,117,104). Sum of RGB (Red+Green+Blue) = 204+117+104=425 (56% of max value = 765). Red value is 204 (80.08% from 255 or 48% from 425); Green value is 117 (46.09% from 255 or 27.53% from 425); Blue value is 104 (41.02% from 255 or 24.47% from 425); Max value from RGB is 204 - color contains mainly: red. Hex color #CC7568 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CC7568 is #338A97. Grayscale: #8D8D8D. Windows color (decimal): -3377816 or 6845900. OLE color: 6845900.

HSL color Cylindrical-coordinate representation of color #CC7568: hue angle of 7.8º degrees, saturation: 0.5, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #CC7568 is Cyan = 0, Magento = 0.43, Yellow = 0.49 and Black (K on CMYK) = 0.2.

Color convert

RGB204117104-
CMYK00.430.490.2
HSL7.8º49.5%60.39%-
HSV(B)7.8º49.02%80%-
XYZ33.7626.5616.44-
YUV141.53106.82172.56-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 48%
GREEN value IS 117 (46.09% from 255) = 27.53%
BLUE value IS 104 (41.02% from 255) = 24.47%
R=48%
G=27.53%
B=24.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.49
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20411710400.430.490.27.849.560.39
HexCC756802B31148323c
Octal3141651500536124106274
Binary11001100111010111010000101011110001101001000110010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC7568

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC7568; }

 p { color: rgb(204,117,104); }

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

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

 a { background-color: rgb(204,117,104); }

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

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

 span { border-color: rgb(204,117,104); }

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