#CC6865

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

Shades of Contessa #CC6865

Tints of Contessa #CC6865

Color information

#CC6865 (or 0xCC6865) is unknown color: approx Contessa. HEX triplet: CC, 68 and 65. RGB value is (204,104,101). Sum of RGB (Red+Green+Blue) = 204+104+101=409 (54% of max value = 765). Red value is 204 (80.08% from 255 or 49.88% from 409); Green value is 104 (41.02% from 255 or 25.43% from 409); Blue value is 101 (39.84% from 255 or 24.69% from 409); Max value from RGB is 204 - color contains mainly: red. Hex color #CC6865 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CC6865 is #33979A. Grayscale: #858585. Windows color (decimal): -3381147 or 6645964. OLE color: 6645964.

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

Color convert

RGB204104101-
CMYK00.490.500.2
HSL1.75º50.24%59.8%-
HSV(B)1.75º50.49%80%-
XYZ32.223.6815.18-
YUV133.56109.63178.24-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 49.88%
GREEN value IS 104 (41.02% from 255) = 25.43%
BLUE value IS 101 (39.84% from 255) = 24.69%
R=49.88%
G=25.43%
B=24.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.50
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20410410100.490.500.21.7550.2459.8
HexCC686503132142323c
Octal314150145061622426274
Binary110011001101000110010101100011100101010010110010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC6865

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC6865; }

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

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

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

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

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

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

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

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