#C4706B

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

Shades of Contessa #C4706B

Tints of Contessa #C4706B

Color information

#C4706B (or 0xC4706B) is unknown color: approx Contessa. HEX triplet: C4, 70 and 6B. RGB value is (196,112,107). Sum of RGB (Red+Green+Blue) = 196+112+107=415 (54% of max value = 765). Red value is 196 (76.95% from 255 or 47.23% from 415); Green value is 112 (44.14% from 255 or 26.99% from 415); Blue value is 107 (42.19% from 255 or 25.78% from 415); Max value from RGB is 196 - color contains mainly: red. Hex color #C4706B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C4706B is #3B8F94. Grayscale: #888888. Windows color (decimal): -3903381 or 7041220. OLE color: 7041220.

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

Color convert

RGB196112107-
CMYK00.430.450.23
HSL3.37º43%59.41%-
HSV(B)3.37º45.41%76.86%-
XYZ31.2124.3916.97-
YUV136.55111.33170.41-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 47.23%
GREEN value IS 112 (44.14% from 255) = 26.99%
BLUE value IS 107 (42.19% from 255) = 25.78%
R=47.23%
G=26.99%
B=25.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.45
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19611210700.430.450.233.374359.41
HexC4706B02B2D1732b3b
Octal304160153053552735373
Binary110001001110000110101101010111011011011111101011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C4706B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C4706B; }

 p { color: rgb(196,112,107); }

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

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

 a { background-color: rgb(196,112,107); }

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

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

 span { border-color: rgb(196,112,107); }

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