#CD6E64

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

Shades of Contessa #CD6E64

Tints of Contessa #CD6E64

Color information

#CD6E64 (or 0xCD6E64) is unknown color: approx Contessa. HEX triplet: CD, 6E and 64. RGB value is (205,110,100). Sum of RGB (Red+Green+Blue) = 205+110+100=415 (54% of max value = 765). Red value is 205 (80.47% from 255 or 49.40% from 415); Green value is 110 (43.36% from 255 or 26.51% from 415); Blue value is 100 (39.45% from 255 or 24.10% from 415); Max value from RGB is 205 - color contains mainly: red. Hex color #CD6E64 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CD6E64 is #32919B. Grayscale: #898989. Windows color (decimal): -3314076 or 6581965. OLE color: 6581965.

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

Color convert

RGB205110100-
CMYK00.460.510.20
HSL5.71º51.22%59.8%-
HSV(B)5.71º51.22%80.39%-
XYZ33.0525.0515.15-
YUV137.26106.97176.31-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 49.40%
GREEN value IS 110 (43.36% from 255) = 26.51%
BLUE value IS 100 (39.45% from 255) = 24.10%
R=49.40%
G=26.51%
B=24.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.51
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20511010000.460.510.205.7151.2259.8
HexCD6E6402E33146333c
Octal315156144056632466374
Binary1100110111011101100100010111011001110100110110011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD6E64

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD6E64; }

 p { color: rgb(205,110,100); }

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

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

 a { background-color: rgb(205,110,100); }

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

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

 span { border-color: rgb(205,110,100); }

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