#C46967

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

Shades of Contessa #C46967

Tints of Contessa #C46967

Color information

#C46967 (or 0xC46967) is unknown color: approx Contessa. HEX triplet: C4, 69 and 67. RGB value is (196,105,103). Sum of RGB (Red+Green+Blue) = 196+105+103=404 (53% of max value = 765). Red value is 196 (76.95% from 255 or 48.51% from 404); Green value is 105 (41.41% from 255 or 25.99% from 404); Blue value is 103 (40.62% from 255 or 25.50% from 404); Max value from RGB is 196 - color contains mainly: red. Hex color #C46967 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C46967 is #3B9698. Grayscale: #848484. Windows color (decimal): -3905177 or 6777284. OLE color: 6777284.

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

Color convert

RGB196105103-
CMYK00.460.470.23
HSL1.29º44.08%58.63%-
HSV(B)1.29º47.45%76.86%-
XYZ30.2622.8215.64-
YUV131.98111.65173.66-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 48.51%
GREEN value IS 105 (41.41% from 255) = 25.99%
BLUE value IS 103 (40.62% from 255) = 25.50%
R=48.51%
G=25.99%
B=25.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.47
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19610510300.460.470.231.2944.0858.63
HexC4696702E2F1712c3b
Octal304151147056572715473
Binary11000100110100111001110101110101111101111101100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C46967

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C46967; }

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

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

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

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

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

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

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

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