#C77768

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

Shades of Contessa #C77768

Tints of Contessa #C77768

Color information

#C77768 (or 0xC77768) is unknown color: approx Contessa. HEX triplet: C7, 77 and 68. RGB value is (199,119,104). Sum of RGB (Red+Green+Blue) = 199+119+104=422 (55% of max value = 765). Red value is 199 (78.12% from 255 or 47.16% from 422); Green value is 119 (46.88% from 255 or 28.20% from 422); Blue value is 104 (41.02% from 255 or 24.64% from 422); Max value from RGB is 199 - color contains mainly: red. Hex color #C77768 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C77768 is #388897. Grayscale: #8D8D8D. Windows color (decimal): -3704984 or 6846407. OLE color: 6846407.

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

Color convert

RGB199119104-
CMYK00.400.480.22
HSL9.47º45.89%59.41%-
HSV(B)9.47º47.74%78.04%-
XYZ32.6526.3416.46-
YUV141.21107169.22-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 47.16%
GREEN value IS 119 (46.88% from 255) = 28.20%
BLUE value IS 104 (41.02% from 255) = 24.64%
R=47.16%
G=28.20%
B=24.64%

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
Decimal19911910400.400.480.229.4745.8959.41
HexC77768028301692e3b
Octal3071671500506026115673
Binary11000111111011111010000101000110000101101001101110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C77768

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C77768; }

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

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

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

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

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

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

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

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