#CD6969

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

Shades of Contessa #CD6969

Tints of Contessa #CD6969

Color information

#CD6969 (or 0xCD6969) is unknown color: approx Contessa. HEX triplet: CD, 69 and 69. RGB value is (205,105,105). Sum of RGB (Red+Green+Blue) = 205+105+105=415 (54% of max value = 765). Red value is 205 (80.47% from 255 or 49.40% from 415); Green value is 105 (41.41% from 255 or 25.30% from 415); Blue value is 105 (41.41% from 255 or 25.30% from 415); Max value from RGB is 205 - color contains mainly: red. Hex color #CD6969 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CD6969 is #329696. Grayscale: #878787. Windows color (decimal): -3315351 or 6908365. OLE color: 6908365.

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

Color convert

RGB205105105-
CMYK00.490.490.20
HSL50%60.78%-
HSV(B)48.78%80.39%-
XYZ32.7824.116.29-
YUV134.9111.13178-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 49.40%
GREEN value IS 105 (41.41% from 255) = 25.30%
BLUE value IS 105 (41.41% from 255) = 25.30%
R=49.40%
G=25.30%
B=25.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.49
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20510510500.490.490.2005060.78
HexCD696903131140323d
Octal315151151061612406275
Binary11001101110100111010010110001110001101000110010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD6969

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD6969; }

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

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

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

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

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

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

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

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