#CD756C

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

Shades of Contessa #CD756C

Tints of Contessa #CD756C

Color information

#CD756C (or 0xCD756C) is unknown color: approx Contessa. HEX triplet: CD, 75 and 6C. RGB value is (205,117,108). Sum of RGB (Red+Green+Blue) = 205+117+108=430 (56% of max value = 765). Red value is 205 (80.47% from 255 or 47.67% from 430); Green value is 117 (46.09% from 255 or 27.21% from 430); Blue value is 108 (42.58% from 255 or 25.12% from 430); Max value from RGB is 205 - color contains mainly: red. Hex color #CD756C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CD756C is #328A93. Grayscale: #8E8E8E. Windows color (decimal): -3312276 or 7108045. OLE color: 7108045.

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

Color convert

RGB205117108-
CMYK00.430.470.20
HSL5.57º49.24%61.37%-
HSV(B)5.57º47.32%80.39%-
XYZ34.2426.7817.55-
YUV142.29108.65172.73-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 47.67%
GREEN value IS 117 (46.09% from 255) = 27.21%
BLUE value IS 108 (42.58% from 255) = 25.12%
R=47.67%
G=27.21%
B=25.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.47
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20511710800.430.470.205.5749.2461.37
HexCD756C02B2F146313d
Octal315165154053572466175
Binary1100110111101011101100010101110111110100110110001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD756C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD756C; }

 p { color: rgb(205,117,108); }

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

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

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

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

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

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

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