#C47A66

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

Shades of Contessa #C47A66

Tints of Contessa #C47A66

Color information

#C47A66 (or 0xC47A66) is unknown color: approx Contessa. HEX triplet: C4, 7A and 66. RGB value is (196,122,102). Sum of RGB (Red+Green+Blue) = 196+122+102=420 (55% of max value = 765). Red value is 196 (76.95% from 255 or 46.67% from 420); Green value is 122 (48.05% from 255 or 29.05% from 420); Blue value is 102 (40.23% from 255 or 24.29% from 420); Max value from RGB is 196 - color contains mainly: red. Hex color #C47A66 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C47A66 is #3B8599. Grayscale: #8D8D8D. Windows color (decimal): -3900826 or 6716100. OLE color: 6716100.

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

Color convert

RGB196122102-
CMYK00.380.480.23
HSL12.77º44.34%58.43%-
HSV(B)12.77º47.96%76.86%-
XYZ32.1226.6116.01-
YUV141.85105.52166.63-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 46.67%
GREEN value IS 122 (48.05% from 255) = 29.05%
BLUE value IS 102 (40.23% from 255) = 24.29%
R=46.67%
G=29.05%
B=24.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.48
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19612210200.380.480.2312.7744.3458.43
HexC47A660263017d2c3a
Octal3041721460466027155472
Binary11000100111101011001100100110110000101111101101100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C47A66

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C47A66; }

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

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

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

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

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

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

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

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