#C77350

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

Shades of Red Damask #C77350

Tints of Red Damask #C77350

Color information

#C77350 (or 0xC77350) is unknown color: approx Red Damask. HEX triplet: C7, 73 and 50. RGB value is (199,115,80). Sum of RGB (Red+Green+Blue) = 199+115+80=394 (52% of max value = 765). Red value is 199 (78.12% from 255 or 50.51% from 394); Green value is 115 (45.31% from 255 or 29.19% from 394); Blue value is 80 (31.64% from 255 or 20.30% from 394); Max value from RGB is 199 - color contains mainly: red. Hex color #C77350 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C77350 is #388CAF. Grayscale: #888888. Windows color (decimal): -3706032 or 5272519. OLE color: 5272519.

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

Color convert

RGB19911580-
CMYK00.420.600.22
HSL17.65º51.52%54.71%-
HSV(B)17.65º59.8%78.04%-
XYZ31.1324.9810.77-
YUV136.1396.33172.85-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 50.51%
GREEN value IS 115 (45.31% from 255) = 29.19%
BLUE value IS 80 (31.64% from 255) = 20.30%
R=50.51%
G=29.19%
B=20.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.60
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1991158000.420.600.2217.6551.5254.71
HexC7735002A3C16123437
Octal3071631200527426226467
Binary110001111110011101000001010101111001011010010110100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C77350

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C77350; }

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

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

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

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

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

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

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

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