#C46966

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

Shades of Contessa #C46966

Tints of Contessa #C46966

Color information

#C46966 (or 0xC46966) is unknown color: approx Contessa. HEX triplet: C4, 69 and 66. RGB value is (196,105,102). Sum of RGB (Red+Green+Blue) = 196+105+102=403 (53% of max value = 765). Red value is 196 (76.95% from 255 or 48.64% from 403); Green value is 105 (41.41% from 255 or 26.05% from 403); Blue value is 102 (40.23% from 255 or 25.31% from 403); Max value from RGB is 196 - color contains mainly: red. Hex color #C46966 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C46966 is #3B9699. Grayscale: #838383. Windows color (decimal): -3905178 or 6711748. OLE color: 6711748.

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

Color convert

RGB196105102-
CMYK00.460.480.23
HSL1.91º44.34%58.43%-
HSV(B)1.91º47.96%76.86%-
XYZ30.2122.815.38-
YUV131.87111.15173.74-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 48.64%
GREEN value IS 105 (41.41% from 255) = 26.05%
BLUE value IS 102 (40.23% from 255) = 25.31%
R=48.64%
G=26.05%
B=25.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.48
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19610510200.460.480.231.9144.3458.43
HexC4696602E301722c3a
Octal304151146056602725472
Binary110001001101001110011001011101100001011110101100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C46966

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C46966; }

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

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

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

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

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

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

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

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