#C47675

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

Shades of Contessa #C47675

Tints of Contessa #C47675

Color information

#C47675 (or 0xC47675) is unknown color: approx Contessa. HEX triplet: C4, 76 and 75. RGB value is (196,118,117). Sum of RGB (Red+Green+Blue) = 196+118+117=431 (57% of max value = 765). Red value is 196 (76.95% from 255 or 45.48% from 431); Green value is 118 (46.48% from 255 or 27.38% from 431); Blue value is 117 (46.09% from 255 or 27.15% from 431); Max value from RGB is 196 - color contains mainly: red. Hex color #C47675 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C47675 is #3B898A. Grayscale: #8D8D8D. Windows color (decimal): -3901835 or 7698116. OLE color: 7698116.

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

Color convert

RGB196118117-
CMYK00.400.400.23
HSL0.76º40.1%61.37%-
HSV(B)0.76º40.31%76.86%-
XYZ32.4525.9820.13-
YUV141.21114.34167.08-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 45.48%
GREEN value IS 118 (46.48% from 255) = 27.38%
BLUE value IS 117 (46.09% from 255) = 27.15%
R=45.48%
G=27.38%
B=27.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.40
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19611811700.400.400.230.7640.161.37
HexC4767502828171283d
Octal304166165050502715075
Binary11000100111011011101010101000101000101111101000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C47675

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C47675; }

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

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

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

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

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

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

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

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