#C77251

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

Shades of Red Damask #C77251

Tints of Red Damask #C77251

Color information

#C77251 (or 0xC77251) is unknown color: approx Red Damask. HEX triplet: C7, 72 and 51. RGB value is (199,114,81). Sum of RGB (Red+Green+Blue) = 199+114+81=394 (52% of max value = 765). Red value is 199 (78.12% from 255 or 50.51% from 394); Green value is 114 (44.92% from 255 or 28.93% from 394); Blue value is 81 (32.03% from 255 or 20.56% from 394); Max value from RGB is 199 - color contains mainly: red. Hex color #C77251 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C77251 is #388DAE. Grayscale: #878787. Windows color (decimal): -3706287 or 5337799. OLE color: 5337799.

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

Color convert

RGB19911481-
CMYK00.430.590.22
HSL16.78º51.3%54.9%-
HSV(B)16.78º59.3%78.04%-
XYZ31.0624.7710.93-
YUV135.6597.16173.18-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 50.51%
GREEN value IS 114 (44.92% from 255) = 28.93%
BLUE value IS 81 (32.03% from 255) = 20.56%
R=50.51%
G=28.93%
B=20.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.59
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1991148100.430.590.2216.7851.354.9
HexC7725102B3B16113337
Octal3071621210537326216367
Binary110001111110010101000101010111110111011010001110011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C77251

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C77251; }

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

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

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

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

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

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

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

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