#C77152

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

Shades of Red Damask #C77152

Tints of Red Damask #C77152

Color information

#C77152 (or 0xC77152) is unknown color: approx Red Damask. HEX triplet: C7, 71 and 52. RGB value is (199,113,82). Sum of RGB (Red+Green+Blue) = 199+113+82=394 (52% of max value = 765). Red value is 199 (78.12% from 255 or 50.51% from 394); Green value is 113 (44.53% from 255 or 28.68% from 394); Blue value is 82 (32.42% from 255 or 20.81% from 394); Max value from RGB is 199 - color contains mainly: red. Hex color #C77152 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C77152 is #388EAD. Grayscale: #878787. Windows color (decimal): -3706542 or 5403079. OLE color: 5403079.

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

Color convert

RGB19911382-
CMYK00.430.590.22
HSL15.9º51.09%55.1%-
HSV(B)15.9º58.79%78.04%-
XYZ30.9824.5611.09-
YUV135.1897.99173.52-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 50.51%
GREEN value IS 113 (44.53% from 255) = 28.68%
BLUE value IS 82 (32.42% from 255) = 20.81%
R=50.51%
G=28.68%
B=20.81%

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
Decimal1991138200.430.590.2215.951.0955.1
HexC7715202B3B16103337
Octal3071611220537326206367
Binary110001111110001101001001010111110111011010000110011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C77152

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C77152; }

 p { color: rgb(199,113,82); }

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

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

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

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

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

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

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