#CD6966

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

Shades of Contessa #CD6966

Tints of Contessa #CD6966

Color information

#CD6966 (or 0xCD6966) is unknown color: approx Contessa. HEX triplet: CD, 69 and 66. RGB value is (205,105,102). Sum of RGB (Red+Green+Blue) = 205+105+102=412 (54% of max value = 765). Red value is 205 (80.47% from 255 or 49.76% from 412); Green value is 105 (41.41% from 255 or 25.49% from 412); Blue value is 102 (40.23% from 255 or 24.76% from 412); Max value from RGB is 205 - color contains mainly: red. Hex color #CD6966 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CD6966 is #329699. Grayscale: #868686. Windows color (decimal): -3315354 or 6711757. OLE color: 6711757.

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

Color convert

RGB205105102-
CMYK00.490.500.20
HSL1.75º50.74%60.2%-
HSV(B)1.75º50.24%80.39%-
XYZ32.6324.0415.49-
YUV134.56109.63178.24-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 49.76%
GREEN value IS 105 (41.41% from 255) = 25.49%
BLUE value IS 102 (40.23% from 255) = 24.76%
R=49.76%
G=25.49%
B=24.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.50
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20510510200.490.500.201.7550.7460.2
HexCD696603132142333c
Octal315151146061622426374
Binary110011011101001110011001100011100101010010110011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD6966

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD6966; }

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

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

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

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

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

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

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

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