#C47666

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

Shades of Contessa #C47666

Tints of Contessa #C47666

Color information

#C47666 (or 0xC47666) is unknown color: approx Contessa. HEX triplet: C4, 76 and 66. RGB value is (196,118,102). Sum of RGB (Red+Green+Blue) = 196+118+102=416 (55% of max value = 765). Red value is 196 (76.95% from 255 or 47.12% from 416); Green value is 118 (46.48% from 255 or 28.37% from 416); Blue value is 102 (40.23% from 255 or 24.52% from 416); Max value from RGB is 196 - color contains mainly: red. Hex color #C47666 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C47666 is #3B8999. Grayscale: #8B8B8B. Windows color (decimal): -3901850 or 6715076. OLE color: 6715076.

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

Color convert

RGB196118102-
CMYK00.400.480.23
HSL10.21º44.34%58.43%-
HSV(B)10.21º47.96%76.86%-
XYZ31.6425.6515.85-
YUV139.5106.84168.3-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 47.12%
GREEN value IS 118 (46.48% from 255) = 28.37%
BLUE value IS 102 (40.23% from 255) = 24.52%
R=47.12%
G=28.37%
B=24.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.48
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19611810200.400.480.2310.2144.3458.43
HexC476660283017a2c3a
Octal3041661460506027125472
Binary11000100111011011001100101000110000101111010101100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C47666

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C47666; }

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

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

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

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

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

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

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

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