#C4756A

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

Shades of Contessa #C4756A

Tints of Contessa #C4756A

Color information

#C4756A (or 0xC4756A) is unknown color: approx Contessa. HEX triplet: C4, 75 and 6A. RGB value is (196,117,106). Sum of RGB (Red+Green+Blue) = 196+117+106=419 (55% of max value = 765). Red value is 196 (76.95% from 255 or 46.78% from 419); Green value is 117 (46.09% from 255 or 27.92% from 419); Blue value is 106 (41.80% from 255 or 25.30% from 419); Max value from RGB is 196 - color contains mainly: red. Hex color #C4756A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C4756A is #3B8A95. Grayscale: #8B8B8B. Windows color (decimal): -3902102 or 6976964. OLE color: 6976964.

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

Color convert

RGB196117106-
CMYK00.400.460.23
HSL7.33º43.27%59.22%-
HSV(B)7.33º45.92%76.86%-
XYZ31.7325.516.89-
YUV139.37109.17168.39-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 46.78%
GREEN value IS 117 (46.09% from 255) = 27.92%
BLUE value IS 106 (41.80% from 255) = 25.30%
R=46.78%
G=27.92%
B=25.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.46
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19611710600.400.460.237.3343.2759.22
HexC4756A0282E1772b3b
Octal304165152050562775373
Binary1100010011101011101010010100010111010111111101011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C4756A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C4756A; }

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

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

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

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

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

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

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

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