#C76661

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

Shades of Contessa #C76661

Tints of Contessa #C76661

Color information

#C76661 (or 0xC76661) is unknown color: approx Contessa. HEX triplet: C7, 66 and 61. RGB value is (199,102,97). Sum of RGB (Red+Green+Blue) = 199+102+97=398 (52% of max value = 765). Red value is 199 (78.12% from 255 or 50% from 398); Green value is 102 (40.23% from 255 or 25.63% from 398); Blue value is 97 (38.28% from 255 or 24.37% from 398); Max value from RGB is 199 - color contains mainly: red. Hex color #C76661 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C76661 is #38999E. Grayscale: #828282. Windows color (decimal): -3709343 or 6383303. OLE color: 6383303.

HSL color Cylindrical-coordinate representation of color #C76661: hue angle of 2.94º degrees, saturation: 0.48, 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 #C76661 is Cyan = 0, Magento = 0.49, Yellow = 0.51 and Black (K on CMYK) = 0.22.

Color convert

RGB19910297-
CMYK00.490.510.22
HSL2.94º47.66%58.04%-
HSV(B)2.94º51.26%78.04%-
XYZ30.4622.5114.05-
YUV130.43109.14176.91-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 50%
GREEN value IS 102 (40.23% from 255) = 25.63%
BLUE value IS 97 (38.28% from 255) = 24.37%
R=50%
G=25.63%
B=24.37%

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
Decimal1991029700.490.510.222.9447.6658.04
HexC7666103133163303a
Octal307146141061632636072
Binary110001111100110110000101100011100111011011110000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C76661

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C76661; }

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

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

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

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

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

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

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

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