#CD6F66

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

Shades of Contessa #CD6F66

Tints of Contessa #CD6F66

Color information

#CD6F66 (or 0xCD6F66) is unknown color: approx Contessa. HEX triplet: CD, 6F and 66. RGB value is (205,111,102). Sum of RGB (Red+Green+Blue) = 205+111+102=418 (55% of max value = 765). Red value is 205 (80.47% from 255 or 49.04% from 418); Green value is 111 (43.75% from 255 or 26.56% from 418); Blue value is 102 (40.23% from 255 or 24.40% from 418); Max value from RGB is 205 - color contains mainly: red. Hex color #CD6F66 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CD6F66 is #329099. Grayscale: #8A8A8A. Windows color (decimal): -3313818 or 6713293. OLE color: 6713293.

HSL color Cylindrical-coordinate representation of color #CD6F66: hue angle of 5.24º degrees, saturation: 0.51, 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 #CD6F66 is Cyan = 0, Magento = 0.46, Yellow = 0.50 and Black (K on CMYK) = 0.20.

Color convert

RGB205111102-
CMYK00.460.500.20
HSL5.24º50.74%60.2%-
HSV(B)5.24º50.24%80.39%-
XYZ33.2625.3115.7-
YUV138.08107.64175.73-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 49.04%
GREEN value IS 111 (43.75% from 255) = 26.56%
BLUE value IS 102 (40.23% from 255) = 24.40%
R=49.04%
G=26.56%
B=24.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.50
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20511110200.460.500.205.2450.7460.2
HexCD6F6602E32145333c
Octal315157146056622456374
Binary1100110111011111100110010111011001010100101110011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD6F66

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD6F66; }

 p { color: rgb(205,111,102); }

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

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

 a { background-color: rgb(205,111,102); }

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

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

 span { border-color: rgb(205,111,102); }

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