#CE7572

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

Shades of Contessa #CE7572

Tints of Contessa #CE7572

Color information

#CE7572 (or 0xCE7572) is unknown color: approx Contessa. HEX triplet: CE, 75 and 72. RGB value is (206,117,114). Sum of RGB (Red+Green+Blue) = 206+117+114=437 (57% of max value = 765). Red value is 206 (80.86% from 255 or 47.14% from 437); Green value is 117 (46.09% from 255 or 26.77% from 437); Blue value is 114 (44.92% from 255 or 26.09% from 437); Max value from RGB is 206 - color contains mainly: red. Hex color #CE7572 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CE7572 is #318A8D. Grayscale: #8F8F8F. Windows color (decimal): -3246734 or 7501262. OLE color: 7501262.

HSL color Cylindrical-coordinate representation of color #CE7572: hue angle of 1.96º degrees, saturation: 0.48, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #CE7572 is Cyan = 0, Magento = 0.43, Yellow = 0.45 and Black (K on CMYK) = 0.19.

Color convert

RGB206117114-
CMYK00.430.450.19
HSL1.96º48.42%62.75%-
HSV(B)1.96º44.66%80.78%-
XYZ34.8527.0619.31-
YUV143.27111.49172.74-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 47.14%
GREEN value IS 117 (46.09% from 255) = 26.77%
BLUE value IS 114 (44.92% from 255) = 26.09%
R=47.14%
G=26.77%
B=26.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.45
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20611711400.430.450.191.9648.4262.75
HexCE757202B2D132303f
Octal316165162053552326077
Binary110011101110101111001001010111011011001110110000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CE7572

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CE7572; }

 p { color: rgb(206,117,114); }

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

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

 a { background-color: rgb(206,117,114); }

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

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

 span { border-color: rgb(206,117,114); }

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