#C47672

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

Shades of Contessa #C47672

Tints of Contessa #C47672

Color information

#C47672 (or 0xC47672) is unknown color: approx Contessa. HEX triplet: C4, 76 and 72. RGB value is (196,118,114). Sum of RGB (Red+Green+Blue) = 196+118+114=428 (56% of max value = 765). Red value is 196 (76.95% from 255 or 45.79% from 428); Green value is 118 (46.48% from 255 or 27.57% from 428); Blue value is 114 (44.92% from 255 or 26.64% from 428); Max value from RGB is 196 - color contains mainly: red. Hex color #C47672 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C47672 is #3B898D. Grayscale: #8C8C8C. Windows color (decimal): -3901838 or 7501508. OLE color: 7501508.

HSL color Cylindrical-coordinate representation of color #C47672: hue angle of 2.93º degrees, saturation: 0.41, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #C47672 is Cyan = 0, Magento = 0.40, Yellow = 0.42 and Black (K on CMYK) = 0.23.

Color convert

RGB196118114-
CMYK00.400.420.23
HSL2.93º41%60.78%-
HSV(B)2.93º41.84%76.86%-
XYZ32.2825.9119.22-
YUV140.87112.84167.33-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 45.79%
GREEN value IS 118 (46.48% from 255) = 27.57%
BLUE value IS 114 (44.92% from 255) = 26.64%
R=45.79%
G=27.57%
B=26.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.42
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19611811400.400.420.232.934160.78
HexC476720282A173293d
Octal304166162050522735175
Binary110001001110110111001001010001010101011111101001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C47672

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C47672; }

 p { color: rgb(196,118,114); }

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

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

 a { background-color: rgb(196,118,114); }

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

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

 span { border-color: rgb(196,118,114); }

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