#C47267

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

Shades of Contessa #C47267

Tints of Contessa #C47267

Color information

#C47267 (or 0xC47267) is unknown color: approx Contessa. HEX triplet: C4, 72 and 67. RGB value is (196,114,103). Sum of RGB (Red+Green+Blue) = 196+114+103=413 (54% of max value = 765). Red value is 196 (76.95% from 255 or 47.46% from 413); Green value is 114 (44.92% from 255 or 27.60% from 413); Blue value is 103 (40.62% from 255 or 24.94% from 413); Max value from RGB is 196 - color contains mainly: red. Hex color #C47267 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C47267 is #3B8D98. Grayscale: #898989. Windows color (decimal): -3902873 or 6779588. OLE color: 6779588.

HSL color Cylindrical-coordinate representation of color #C47267: hue angle of 7.1º 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 #C47267 is Cyan = 0, Magento = 0.42, Yellow = 0.47 and Black (K on CMYK) = 0.23.

Color convert

RGB196114103-
CMYK00.420.470.23
HSL7.1º44.08%58.63%-
HSV(B)7.1º47.45%76.86%-
XYZ31.2324.7515.96-
YUV137.26108.67169.89-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 47.46%
GREEN value IS 114 (44.92% from 255) = 27.60%
BLUE value IS 103 (40.62% from 255) = 24.94%
R=47.46%
G=27.60%
B=24.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.47
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19611410300.420.470.237.144.0858.63
HexC4726702A2F1772c3b
Octal304162147052572775473
Binary1100010011100101100111010101010111110111111101100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C47267

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C47267; }

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

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

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

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

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

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

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

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