#C76960

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

Shades of Contessa #C76960

Tints of Contessa #C76960

Color information

#C76960 (or 0xC76960) is unknown color: approx Contessa. HEX triplet: C7, 69 and 60. RGB value is (199,105,96). Sum of RGB (Red+Green+Blue) = 199+105+96=400 (52% of max value = 765). Red value is 199 (78.12% from 255 or 49.75% from 400); Green value is 105 (41.41% from 255 or 26.25% from 400); Blue value is 96 (37.89% from 255 or 24% from 400); Max value from RGB is 199 - color contains mainly: red. Hex color #C76960 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C76960 is #38969F. Grayscale: #848484. Windows color (decimal): -3708576 or 6318535. OLE color: 6318535.

HSL color Cylindrical-coordinate representation of color #C76960: hue angle of 5.24º degrees, saturation: 0.48, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #C76960 is Cyan = 0, Magento = 0.47, Yellow = 0.52 and Black (K on CMYK) = 0.22.

Color convert

RGB19910596-
CMYK00.470.520.22
HSL5.24º47.91%57.84%-
HSV(B)5.24º51.76%78.04%-
XYZ30.7223.0913.9-
YUV132.08107.64175.73-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 49.75%
GREEN value IS 105 (41.41% from 255) = 26.25%
BLUE value IS 96 (37.89% from 255) = 24%
R=49.75%
G=26.25%
B=24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.52
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1991059600.470.520.225.2447.9157.84
HexC7696002F34165303a
Octal307151140057642656072
Binary1100011111010011100000010111111010010110101110000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C76960

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C76960; }

 p { color: rgb(199,105,96); }

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

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

 a { background-color: rgb(199,105,96); }

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

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

 span { border-color: rgb(199,105,96); }

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