#CD7370

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

Shades of Contessa #CD7370

Tints of Contessa #CD7370

Color information

#CD7370 (or 0xCD7370) is unknown color: approx Contessa. HEX triplet: CD, 73 and 70. RGB value is (205,115,112). Sum of RGB (Red+Green+Blue) = 205+115+112=432 (57% of max value = 765). Red value is 205 (80.47% from 255 or 47.45% from 432); Green value is 115 (45.31% from 255 or 26.62% from 432); Blue value is 112 (44.14% from 255 or 25.93% from 432); Max value from RGB is 205 - color contains mainly: red. Hex color #CD7370 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CD7370 is #328C8F. Grayscale: #8D8D8D. Windows color (decimal): -3312784 or 7369677. OLE color: 7369677.

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

Color convert

RGB205115112-
CMYK00.440.450.20
HSL1.94º48.19%62.16%-
HSV(B)1.94º45.37%80.39%-
XYZ34.2326.4118.62-
YUV141.57111.32173.24-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 47.45%
GREEN value IS 115 (45.31% from 255) = 26.62%
BLUE value IS 112 (44.14% from 255) = 25.93%
R=47.45%
G=26.62%
B=25.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.45
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20511511200.440.450.201.9448.1962.16
HexCD737002C2D142303e
Octal315163160054552426076
Binary110011011110011111000001011001011011010010110000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD7370

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD7370; }

 p { color: rgb(205,115,112); }

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

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

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

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

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

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

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