#C76662

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

Shades of Contessa #C76662

Tints of Contessa #C76662

Color information

#C76662 (or 0xC76662) is unknown color: approx Contessa. HEX triplet: C7, 66 and 62. RGB value is (199,102,98). Sum of RGB (Red+Green+Blue) = 199+102+98=399 (52% of max value = 765). Red value is 199 (78.12% from 255 or 49.87% from 399); Green value is 102 (40.23% from 255 or 25.56% from 399); Blue value is 98 (38.67% from 255 or 24.56% from 399); Max value from RGB is 199 - color contains mainly: red. Hex color #C76662 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C76662 is #38999D. Grayscale: #828282. Windows color (decimal): -3709342 or 6448839. OLE color: 6448839.

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

Color convert

RGB19910298-
CMYK00.490.510.22
HSL2.38º47.42%58.24%-
HSV(B)2.38º50.75%78.04%-
XYZ30.5122.5314.3-
YUV130.55109.64176.83-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 49.87%
GREEN value IS 102 (40.23% from 255) = 25.56%
BLUE value IS 98 (38.67% from 255) = 24.56%
R=49.87%
G=25.56%
B=24.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.51
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1991029800.490.510.222.3847.4258.24
HexC76662031331622f3a
Octal307146142061632625772
Binary110001111100110110001001100011100111011010101111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C76662

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C76662; }

 p { color: rgb(199,102,98); }

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

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

 a { background-color: rgb(199,102,98); }

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

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

 span { border-color: rgb(199,102,98); }

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