#CD6D6C

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

Shades of Contessa #CD6D6C

Tints of Contessa #CD6D6C

Color information

#CD6D6C (or 0xCD6D6C) is unknown color: approx Contessa. HEX triplet: CD, 6D and 6C. RGB value is (205,109,108). Sum of RGB (Red+Green+Blue) = 205+109+108=422 (55% of max value = 765). Red value is 205 (80.47% from 255 or 48.58% from 422); Green value is 109 (42.97% from 255 or 25.83% from 422); Blue value is 108 (42.58% from 255 or 25.59% from 422); Max value from RGB is 205 - color contains mainly: red. Hex color #CD6D6C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CD6D6C is #329293. Grayscale: #898989. Windows color (decimal): -3314324 or 7105997. OLE color: 7105997.

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

Color convert

RGB205109108-
CMYK00.470.470.20
HSL0.62º49.24%61.37%-
HSV(B)0.62º47.32%80.39%-
XYZ33.352517.25-
YUV137.59111.3176.08-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 48.58%
GREEN value IS 109 (42.97% from 255) = 25.83%
BLUE value IS 108 (42.58% from 255) = 25.59%
R=48.58%
G=25.83%
B=25.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.47
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20510910800.470.470.200.6249.2461.37
HexCD6D6C02F2F141313d
Octal315155154057572416175
Binary11001101110110111011000101111101111101001110001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD6D6C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD6D6C; }

 p { color: rgb(205,109,108); }

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

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

 a { background-color: rgb(205,109,108); }

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

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

 span { border-color: rgb(205,109,108); }

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