#C4796A

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

Shades of Contessa #C4796A

Tints of Contessa #C4796A

Color information

#C4796A (or 0xC4796A) is unknown color: approx Contessa. HEX triplet: C4, 79 and 6A. RGB value is (196,121,106). Sum of RGB (Red+Green+Blue) = 196+121+106=423 (56% of max value = 765). Red value is 196 (76.95% from 255 or 46.34% from 423); Green value is 121 (47.66% from 255 or 28.61% from 423); Blue value is 106 (41.80% from 255 or 25.06% from 423); Max value from RGB is 196 - color contains mainly: red. Hex color #C4796A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C4796A is #3B8695. Grayscale: #8D8D8D. Windows color (decimal): -3901078 or 6977988. OLE color: 6977988.

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

Color convert

RGB196121106-
CMYK00.380.460.23
HSL10º43.27%59.22%-
HSV(B)10º45.92%76.86%-
XYZ32.226.4517.04-
YUV141.72107.85166.72-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 46.34%
GREEN value IS 121 (47.66% from 255) = 28.61%
BLUE value IS 106 (41.80% from 255) = 25.06%
R=46.34%
G=28.61%
B=25.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.46
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19612110600.380.460.231043.2759.22
HexC4796A0262E17a2b3b
Octal3041711520465627125373
Binary11000100111100111010100100110101110101111010101011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C4796A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C4796A; }

 p { color: rgb(196,121,106); }

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

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

 a { background-color: rgb(196,121,106); }

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

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

 span { border-color: rgb(196,121,106); }

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