#C47467

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

Shades of Contessa #C47467

Tints of Contessa #C47467

Color information

#C47467 (or 0xC47467) is unknown color: approx Contessa. HEX triplet: C4, 74 and 67. RGB value is (196,116,103). Sum of RGB (Red+Green+Blue) = 196+116+103=415 (54% of max value = 765). Red value is 196 (76.95% from 255 or 47.23% from 415); Green value is 116 (45.70% from 255 or 27.95% from 415); Blue value is 103 (40.62% from 255 or 24.82% from 415); Max value from RGB is 196 - color contains mainly: red. Hex color #C47467 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C47467 is #3B8B98. Grayscale: #8A8A8A. Windows color (decimal): -3902361 or 6780100. OLE color: 6780100.

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

Color convert

RGB196116103-
CMYK00.410.470.23
HSL8.39º44.08%58.63%-
HSV(B)8.39º47.45%76.86%-
XYZ31.4625.2116.04-
YUV138.44108169.06-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 47.23%
GREEN value IS 116 (45.70% from 255) = 27.95%
BLUE value IS 103 (40.62% from 255) = 24.82%
R=47.23%
G=27.95%
B=24.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.47
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19611610300.410.470.238.3944.0858.63
HexC474670292F1782c3b
Octal3041641470515727105473
Binary11000100111010011001110101001101111101111000101100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C47467

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C47467; }

 p { color: rgb(196,116,103); }

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

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

 a { background-color: rgb(196,116,103); }

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

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

 span { border-color: rgb(196,116,103); }

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