#CD6E65

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

Shades of Contessa #CD6E65

Tints of Contessa #CD6E65

Color information

#CD6E65 (or 0xCD6E65) is unknown color: approx Contessa. HEX triplet: CD, 6E and 65. RGB value is (205,110,101). Sum of RGB (Red+Green+Blue) = 205+110+101=416 (55% of max value = 765). Red value is 205 (80.47% from 255 or 49.28% from 416); Green value is 110 (43.36% from 255 or 26.44% from 416); Blue value is 101 (39.84% from 255 or 24.28% from 416); Max value from RGB is 205 - color contains mainly: red. Hex color #CD6E65 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CD6E65 is #32919A. Grayscale: #898989. Windows color (decimal): -3314075 or 6647501. OLE color: 6647501.

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

Color convert

RGB205110101-
CMYK00.460.510.20
HSL5.19º50.98%60%-
HSV(B)5.19º50.73%80.39%-
XYZ33.125.0715.41-
YUV137.38107.47176.23-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 49.28%
GREEN value IS 110 (43.36% from 255) = 26.44%
BLUE value IS 101 (39.84% from 255) = 24.28%
R=49.28%
G=26.44%
B=24.28%

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
Decimal20511010100.460.510.205.1950.9860
HexCD6E6502E33145333c
Octal315156145056632456374
Binary1100110111011101100101010111011001110100101110011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD6E65

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD6E65; }

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

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

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

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

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

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

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

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