#C4716C

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

Shades of Contessa #C4716C

Tints of Contessa #C4716C

Color information

#C4716C (or 0xC4716C) is unknown color: approx Contessa. HEX triplet: C4, 71 and 6C. RGB value is (196,113,108). Sum of RGB (Red+Green+Blue) = 196+113+108=417 (55% of max value = 765). Red value is 196 (76.95% from 255 or 47.00% from 417); Green value is 113 (44.53% from 255 or 27.10% from 417); Blue value is 108 (42.58% from 255 or 25.90% from 417); Max value from RGB is 196 - color contains mainly: red. Hex color #C4716C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C4716C is #3B8E93. Grayscale: #898989. Windows color (decimal): -3903124 or 7107012. OLE color: 7107012.

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

Color convert

RGB196113108-
CMYK00.420.450.23
HSL3.41º42.72%59.61%-
HSV(B)3.41º44.9%76.86%-
XYZ31.3824.6317.29-
YUV137.25111.5169.91-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 47.00%
GREEN value IS 113 (44.53% from 255) = 27.10%
BLUE value IS 108 (42.58% from 255) = 25.90%
R=47.00%
G=27.10%
B=25.90%

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
Decimal19611310800.420.450.233.4142.7259.61
HexC4716C02A2D1732b3c
Octal304161154052552735374
Binary110001001110001110110001010101011011011111101011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C4716C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C4716C; }

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

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

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

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

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

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

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

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