#C76F68

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

Shades of Contessa #C76F68

Tints of Contessa #C76F68

Color information

#C76F68 (or 0xC76F68) is unknown color: approx Contessa. HEX triplet: C7, 6F and 68. RGB value is (199,111,104). Sum of RGB (Red+Green+Blue) = 199+111+104=414 (54% of max value = 765). Red value is 199 (78.12% from 255 or 48.07% from 414); Green value is 111 (43.75% from 255 or 26.81% from 414); Blue value is 104 (41.02% from 255 or 25.12% from 414); Max value from RGB is 199 - color contains mainly: red. Hex color #C76F68 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C76F68 is #389097. Grayscale: #888888. Windows color (decimal): -3707032 or 6844359. OLE color: 6844359.

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

Color convert

RGB199111104-
CMYK00.440.480.22
HSL4.42º45.89%59.41%-
HSV(B)4.42º47.74%78.04%-
XYZ31.7424.5116.16-
YUV136.51109.65172.57-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 48.07%
GREEN value IS 111 (43.75% from 255) = 26.81%
BLUE value IS 104 (41.02% from 255) = 25.12%
R=48.07%
G=26.81%
B=25.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.48
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal19911110400.440.480.224.4245.8959.41
HexC76F6802C301642e3b
Octal307157150054602645673
Binary1100011111011111101000010110011000010110100101110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C76F68

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C76F68; }

 p { color: rgb(199,111,104); }

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

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

 a { background-color: rgb(199,111,104); }

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

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

 span { border-color: rgb(199,111,104); }

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