#CD6C62

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

Shades of Contessa #CD6C62

Tints of Contessa #CD6C62

Color information

#CD6C62 (or 0xCD6C62) is unknown color: approx Contessa. HEX triplet: CD, 6C and 62. RGB value is (205,108,98). Sum of RGB (Red+Green+Blue) = 205+108+98=411 (54% of max value = 765). Red value is 205 (80.47% from 255 or 49.88% from 411); Green value is 108 (42.58% from 255 or 26.28% from 411); Blue value is 98 (38.67% from 255 or 23.84% from 411); Max value from RGB is 205 - color contains mainly: red. Hex color #CD6C62 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CD6C62 is #32939D. Grayscale: #888888. Windows color (decimal): -3314590 or 6450381. OLE color: 6450381.

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

Color convert

RGB20510898-
CMYK00.470.520.20
HSL5.61º51.69%59.41%-
HSV(B)5.61º52.2%80.39%-
XYZ32.7424.5914.58-
YUV135.86106.64177.31-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 49.88%
GREEN value IS 108 (42.58% from 255) = 26.28%
BLUE value IS 98 (38.67% from 255) = 23.84%
R=49.88%
G=26.28%
B=23.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.52
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2051089800.470.520.205.6151.6959.41
HexCD6C6202F34146343b
Octal315154142057642466473
Binary1100110111011001100010010111111010010100110110100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD6C62

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD6C62; }

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

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

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

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

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

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

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

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