#C0716E

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

Shades of Contessa #C0716E

Tints of Contessa #C0716E

Color information

#C0716E (or 0xC0716E) is unknown color: approx Contessa. HEX triplet: C0, 71 and 6E. RGB value is (192,113,110). Sum of RGB (Red+Green+Blue) = 192+113+110=415 (54% of max value = 765). Red value is 192 (75.39% from 255 or 46.27% from 415); Green value is 113 (44.53% from 255 or 27.23% from 415); Blue value is 110 (43.36% from 255 or 26.51% from 415); Max value from RGB is 192 - color contains mainly: red. Hex color #C0716E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C0716E is #3F8E91. Grayscale: #888888. Windows color (decimal): -4165266 or 7238080. OLE color: 7238080.

HSL color Cylindrical-coordinate representation of color #C0716E: hue angle of 2.2º degrees, saturation: 0.39, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #C0716E is Cyan = 0, Magento = 0.41, Yellow = 0.43 and Black (K on CMYK) = 0.25.

Color convert

RGB192113110-
CMYK00.410.430.25
HSL2.2º39.42%59.22%-
HSV(B)2.2º42.71%75.29%-
XYZ30.4624.1417.81-
YUV136.28113.17167.74-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 46.27%
GREEN value IS 113 (44.53% from 255) = 27.23%
BLUE value IS 110 (43.36% from 255) = 26.51%
R=46.27%
G=27.23%
B=26.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.43
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19211311000.410.430.252.239.4259.22
HexC0716E0292B192273b
Octal300161156051533124773
Binary110000001110001110111001010011010111100110100111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0716E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0716E; }

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

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

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

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

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

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

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

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