#C0716C

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

Shades of Contessa #C0716C

Tints of Contessa #C0716C

Color information

#C0716C (or 0xC0716C) is unknown color: approx Contessa. HEX triplet: C0, 71 and 6C. RGB value is (192,113,108). Sum of RGB (Red+Green+Blue) = 192+113+108=413 (54% of max value = 765). Red value is 192 (75.39% from 255 or 46.49% from 413); Green value is 113 (44.53% from 255 or 27.36% from 413); Blue value is 108 (42.58% from 255 or 26.15% from 413); Max value from RGB is 192 - color contains mainly: red. Hex color #C0716C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C0716C is #3F8E93. Grayscale: #888888. Windows color (decimal): -4165268 or 7107008. OLE color: 7107008.

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

Color convert

RGB192113108-
CMYK00.410.440.25
HSL3.57º40%58.82%-
HSV(B)3.57º43.75%75.29%-
XYZ30.3524.117.24-
YUV136.05112.17167.91-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 46.49%
GREEN value IS 113 (44.53% from 255) = 27.36%
BLUE value IS 108 (42.58% from 255) = 26.15%
R=46.49%
G=27.36%
B=26.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.44
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19211310800.410.440.253.574058.82
HexC0716C0292C194283b
Octal300161154051543145073
Binary1100000011100011101100010100110110011001100101000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0716C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0716C; }

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

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

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

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

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

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

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

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