#C76764

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

Shades of Contessa #C76764

Tints of Contessa #C76764

Color information

#C76764 (or 0xC76764) is unknown color: approx Contessa. HEX triplet: C7, 67 and 64. RGB value is (199,103,100). Sum of RGB (Red+Green+Blue) = 199+103+100=402 (53% of max value = 765). Red value is 199 (78.12% from 255 or 49.50% from 402); Green value is 103 (40.62% from 255 or 25.62% from 402); Blue value is 100 (39.45% from 255 or 24.88% from 402); Max value from RGB is 199 - color contains mainly: red. Hex color #C76764 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C76764 is #38989B. Grayscale: #838383. Windows color (decimal): -3709084 or 6580167. OLE color: 6580167.

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

Color convert

RGB199103100-
CMYK00.480.500.22
HSL1.82º46.92%58.63%-
HSV(B)1.82º49.75%78.04%-
XYZ30.722.7614.83-
YUV131.36110.3176.24-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 49.50%
GREEN value IS 103 (40.62% from 255) = 25.62%
BLUE value IS 100 (39.45% from 255) = 24.88%
R=49.50%
G=25.62%
B=24.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.50
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal19910310000.480.500.221.8246.9258.63
HexC76764030321622f3b
Octal307147144060622625773
Binary110001111100111110010001100001100101011010101111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C76764

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C76764; }

 p { color: rgb(199,103,100); }

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

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

 a { background-color: rgb(199,103,100); }

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

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

 span { border-color: rgb(199,103,100); }

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