#C76D69

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

Shades of Contessa #C76D69

Tints of Contessa #C76D69

Color information

#C76D69 (or 0xC76D69) is unknown color: approx Contessa. HEX triplet: C7, 6D and 69. RGB value is (199,109,105). Sum of RGB (Red+Green+Blue) = 199+109+105=413 (54% of max value = 765). Red value is 199 (78.12% from 255 or 48.18% from 413); Green value is 109 (42.97% from 255 or 26.39% from 413); Blue value is 105 (41.41% from 255 or 25.42% from 413); Max value from RGB is 199 - color contains mainly: red. Hex color #C76D69 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C76D69 is #389296. Grayscale: #878787. Windows color (decimal): -3707543 or 6909383. OLE color: 6909383.

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

Color convert

RGB199109105-
CMYK00.450.470.22
HSL2.55º45.63%59.61%-
HSV(B)2.55º47.24%78.04%-
XYZ31.5724.116.35-
YUV135.45110.82173.33-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 48.18%
GREEN value IS 109 (42.97% from 255) = 26.39%
BLUE value IS 105 (41.41% from 255) = 25.42%
R=48.18%
G=26.39%
B=25.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.47
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal19910910500.450.470.222.5545.6359.61
HexC76D6902D2F1632e3c
Octal307155151055572635674
Binary110001111101101110100101011011011111011011101110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C76D69

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C76D69; }

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

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

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

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

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

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

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

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