#C77474

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

Shades of Contessa #C77474

Tints of Contessa #C77474

Color information

#C77474 (or 0xC77474) is unknown color: approx Contessa. HEX triplet: C7, 74 and 74. RGB value is (199,116,116). Sum of RGB (Red+Green+Blue) = 199+116+116=431 (57% of max value = 765). Red value is 199 (78.12% from 255 or 46.17% from 431); Green value is 116 (45.70% from 255 or 26.91% from 431); Blue value is 116 (45.70% from 255 or 26.91% from 431); Max value from RGB is 199 - color contains mainly: red. Hex color #C77474 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C77474 is #388B8B. Grayscale: #8C8C8C. Windows color (decimal): -3705740 or 7632071. OLE color: 7632071.

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

Color convert

RGB199116116-
CMYK00.420.420.22
HSL42.56%61.76%-
HSV(B)41.71%78.04%-
XYZ32.9525.8919.78-
YUV140.82114169.5-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 46.17%
GREEN value IS 116 (45.70% from 255) = 26.91%
BLUE value IS 116 (45.70% from 255) = 26.91%
R=46.17%
G=26.91%
B=26.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.42
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal19911611600.420.420.22042.5661.76
HexC7747402A2A1602b3e
Octal307164164052522605376
Binary11000111111010011101000101010101010101100101011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C77474

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C77474; }

 p { color: rgb(199,116,116); }

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

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

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

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

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

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

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