#C4756D

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

Shades of Contessa #C4756D

Tints of Contessa #C4756D

Color information

#C4756D (or 0xC4756D) is unknown color: approx Contessa. HEX triplet: C4, 75 and 6D. RGB value is (196,117,109). Sum of RGB (Red+Green+Blue) = 196+117+109=422 (55% of max value = 765). Red value is 196 (76.95% from 255 or 46.45% from 422); Green value is 117 (46.09% from 255 or 27.73% from 422); Blue value is 109 (42.97% from 255 or 25.83% from 422); Max value from RGB is 196 - color contains mainly: red. Hex color #C4756D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C4756D is #3B8A92. Grayscale: #8B8B8B. Windows color (decimal): -3902099 or 7173572. OLE color: 7173572.

HSL color Cylindrical-coordinate representation of color #C4756D: hue angle of 5.52º degrees, saturation: 0.42, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #C4756D is Cyan = 0, Magento = 0.40, Yellow = 0.44 and Black (K on CMYK) = 0.23.

Color convert

RGB196117109-
CMYK00.400.440.23
HSL5.52º42.44%59.8%-
HSV(B)5.52º44.39%76.86%-
XYZ31.8925.5617.72-
YUV139.71110.67168.15-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 46.45%
GREEN value IS 117 (46.09% from 255) = 27.73%
BLUE value IS 109 (42.97% from 255) = 25.83%
R=46.45%
G=27.73%
B=25.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.44
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19611710900.400.440.235.5242.4459.8
HexC4756D0282C1762a3c
Octal304165155050542765274
Binary1100010011101011101101010100010110010111110101010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C4756D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C4756D; }

 p { color: rgb(196,117,109); }

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

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

 a { background-color: rgb(196,117,109); }

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

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

 span { border-color: rgb(196,117,109); }

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