#C4716E

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

Shades of Contessa #C4716E

Tints of Contessa #C4716E

Color information

#C4716E (or 0xC4716E) is unknown color: approx Contessa. HEX triplet: C4, 71 and 6E. RGB value is (196,113,110). Sum of RGB (Red+Green+Blue) = 196+113+110=419 (55% of max value = 765). Red value is 196 (76.95% from 255 or 46.78% from 419); Green value is 113 (44.53% from 255 or 26.97% from 419); Blue value is 110 (43.36% from 255 or 26.25% from 419); Max value from RGB is 196 - color contains mainly: red. Hex color #C4716E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C4716E is #3B8E91. Grayscale: #898989. Windows color (decimal): -3903122 or 7238084. OLE color: 7238084.

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

Color convert

RGB196113110-
CMYK00.420.440.23
HSL2.09º42.16%60%-
HSV(B)2.09º43.88%76.86%-
XYZ31.4824.6717.85-
YUV137.48112.5169.74-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 46.78%
GREEN value IS 113 (44.53% from 255) = 26.97%
BLUE value IS 110 (43.36% from 255) = 26.25%
R=46.78%
G=26.97%
B=26.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.44
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19611311000.420.440.232.0942.1660
HexC4716E02A2C1722a3c
Octal304161156052542725274
Binary110001001110001110111001010101011001011110101010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C4716E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C4716E; }

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

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

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

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

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

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

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

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