#C4716B

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

Shades of Contessa #C4716B

Tints of Contessa #C4716B

Color information

#C4716B (or 0xC4716B) is unknown color: approx Contessa. HEX triplet: C4, 71 and 6B. RGB value is (196,113,107). Sum of RGB (Red+Green+Blue) = 196+113+107=416 (55% of max value = 765). Red value is 196 (76.95% from 255 or 47.12% from 416); Green value is 113 (44.53% from 255 or 27.16% from 416); Blue value is 107 (42.19% from 255 or 25.72% from 416); Max value from RGB is 196 - color contains mainly: red. Hex color #C4716B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C4716B is #3B8E94. Grayscale: #898989. Windows color (decimal): -3903125 or 7041476. OLE color: 7041476.

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

Color convert

RGB196113107-
CMYK00.420.450.23
HSL4.04º43%59.41%-
HSV(B)4.04º45.41%76.86%-
XYZ31.3224.6117.01-
YUV137.13111169.99-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 47.12%
GREEN value IS 113 (44.53% from 255) = 27.16%
BLUE value IS 107 (42.19% from 255) = 25.72%
R=47.12%
G=27.16%
B=25.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.45
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19611310700.420.450.234.044359.41
HexC4716B02A2D1742b3b
Octal304161153052552745373
Binary1100010011100011101011010101010110110111100101011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C4716B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C4716B; }

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

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

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

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

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

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

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

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