#CD6964

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

Shades of Contessa #CD6964

Tints of Contessa #CD6964

Color information

#CD6964 (or 0xCD6964) is unknown color: approx Contessa. HEX triplet: CD, 69 and 64. RGB value is (205,105,100). Sum of RGB (Red+Green+Blue) = 205+105+100=410 (54% of max value = 765). Red value is 205 (80.47% from 255 or 50% from 410); Green value is 105 (41.41% from 255 or 25.61% from 410); Blue value is 100 (39.45% from 255 or 24.39% from 410); Max value from RGB is 205 - color contains mainly: red. Hex color #CD6964 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CD6964 is #32969B. Grayscale: #868686. Windows color (decimal): -3315356 or 6580685. OLE color: 6580685.

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

Color convert

RGB205105100-
CMYK00.490.510.20
HSL2.86º51.22%59.8%-
HSV(B)2.86º51.22%80.39%-
XYZ32.532414.98-
YUV134.33108.63178.41-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 50%
GREEN value IS 105 (41.41% from 255) = 25.61%
BLUE value IS 100 (39.45% from 255) = 24.39%
R=50%
G=25.61%
B=24.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.51
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20510510000.490.510.202.8651.2259.8
HexCD696403133143333c
Octal315151144061632436374
Binary110011011101001110010001100011100111010011110011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD6964

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD6964; }

 p { color: rgb(205,105,100); }

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

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

 a { background-color: rgb(205,105,100); }

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

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

 span { border-color: rgb(205,105,100); }

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