#C77868

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

Shades of Contessa #C77868

Tints of Contessa #C77868

Color information

#C77868 (or 0xC77868) is unknown color: approx Contessa. HEX triplet: C7, 78 and 68. RGB value is (199,120,104). Sum of RGB (Red+Green+Blue) = 199+120+104=423 (56% of max value = 765). Red value is 199 (78.12% from 255 or 47.04% from 423); Green value is 120 (47.27% from 255 or 28.37% from 423); Blue value is 104 (41.02% from 255 or 24.59% from 423); Max value from RGB is 199 - color contains mainly: red. Hex color #C77868 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C77868 is #388797. Grayscale: #8D8D8D. Windows color (decimal): -3704728 or 6846663. OLE color: 6846663.

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

Color convert

RGB199120104-
CMYK00.400.480.22
HSL10.11º45.89%59.41%-
HSV(B)10.11º47.74%78.04%-
XYZ32.7726.5716.5-
YUV141.8106.67168.8-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 47.04%
GREEN value IS 120 (47.27% from 255) = 28.37%
BLUE value IS 104 (41.02% from 255) = 24.59%
R=47.04%
G=28.37%
B=24.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.48
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal19912010400.400.480.2210.1145.8959.41
HexC778680283016a2e3b
Octal3071701500506026125673
Binary11000111111100011010000101000110000101101010101110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C77868

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C77868; }

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

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

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

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

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

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

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

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