#CD6962

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

Shades of Contessa #CD6962

Tints of Contessa #CD6962

Color information

#CD6962 (or 0xCD6962) is unknown color: approx Contessa. HEX triplet: CD, 69 and 62. RGB value is (205,105,98). Sum of RGB (Red+Green+Blue) = 205+105+98=408 (54% of max value = 765). Red value is 205 (80.47% from 255 or 50.25% from 408); Green value is 105 (41.41% from 255 or 25.74% from 408); Blue value is 98 (38.67% from 255 or 24.02% from 408); Max value from RGB is 205 - color contains mainly: red. Hex color #CD6962 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CD6962 is #32969D. Grayscale: #868686. Windows color (decimal): -3315358 or 6449613. OLE color: 6449613.

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

Color convert

RGB20510598-
CMYK00.490.520.20
HSL3.93º51.69%59.41%-
HSV(B)3.93º52.2%80.39%-
XYZ32.4323.9614.47-
YUV134.1107.63178.57-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 50.25%
GREEN value IS 105 (41.41% from 255) = 25.74%
BLUE value IS 98 (38.67% from 255) = 24.02%
R=50.25%
G=25.74%
B=24.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.52
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2051059800.490.520.203.9351.6959.41
HexCD696203134144343b
Octal315151142061642446473
Binary1100110111010011100010011000111010010100100110100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD6962

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD6962; }

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

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

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

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

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

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

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

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