#C77372

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

Shades of Contessa #C77372

Tints of Contessa #C77372

Color information

#C77372 (or 0xC77372) is unknown color: approx Contessa. HEX triplet: C7, 73 and 72. RGB value is (199,115,114). Sum of RGB (Red+Green+Blue) = 199+115+114=428 (56% of max value = 765). Red value is 199 (78.12% from 255 or 46.50% from 428); Green value is 115 (45.31% from 255 or 26.87% from 428); Blue value is 114 (44.92% from 255 or 26.64% from 428); Max value from RGB is 199 - color contains mainly: red. Hex color #C77372 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C77372 is #388C8D. Grayscale: #8C8C8C. Windows color (decimal): -3705998 or 7500743. OLE color: 7500743.

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

Color convert

RGB199115114-
CMYK00.420.430.22
HSL0.71º43.15%61.37%-
HSV(B)0.71º42.71%78.04%-
XYZ32.7225.6219.14-
YUV140113.33170.08-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 46.50%
GREEN value IS 115 (45.31% from 255) = 26.87%
BLUE value IS 114 (44.92% from 255) = 26.64%
R=46.50%
G=26.87%
B=26.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.43
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal19911511400.420.430.220.7143.1561.37
HexC7737202A2B1612b3d
Octal307163162052532615375
Binary11000111111001111100100101010101011101101101011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C77372

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C77372; }

 p { color: rgb(199,115,114); }

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

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

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

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

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

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

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