#CD6B62

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

Shades of Contessa #CD6B62

Tints of Contessa #CD6B62

Color information

#CD6B62 (or 0xCD6B62) is unknown color: approx Contessa. HEX triplet: CD, 6B and 62. RGB value is (205,107,98). Sum of RGB (Red+Green+Blue) = 205+107+98=410 (54% of max value = 765). Red value is 205 (80.47% from 255 or 50% from 410); Green value is 107 (42.19% from 255 or 26.10% from 410); Blue value is 98 (38.67% from 255 or 23.90% from 410); Max value from RGB is 205 - color contains mainly: red. Hex color #CD6B62 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CD6B62 is #32949D. Grayscale: #878787. Windows color (decimal): -3314846 or 6450125. OLE color: 6450125.

HSL color Cylindrical-coordinate representation of color #CD6B62: hue angle of 5.05º 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 #CD6B62 is Cyan = 0, Magento = 0.48, Yellow = 0.52 and Black (K on CMYK) = 0.20.

Color convert

RGB20510798-
CMYK00.480.520.20
HSL5.05º51.69%59.41%-
HSV(B)5.05º52.2%80.39%-
XYZ32.6424.3814.54-
YUV135.28106.97177.73-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 50%
GREEN value IS 107 (42.19% from 255) = 26.10%
BLUE value IS 98 (38.67% from 255) = 23.90%
R=50%
G=26.10%
B=23.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.52
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2051079800.480.520.205.0551.6959.41
HexCD6B6203034145343b
Octal315153142060642456473
Binary1100110111010111100010011000011010010100101110100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD6B62

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD6B62; }

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

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

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

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

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

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

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

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