#C77953

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

Shades of Red Damask #C77953

Tints of Red Damask #C77953

Color information

#C77953 (or 0xC77953) is unknown color: approx Red Damask. HEX triplet: C7, 79 and 53. RGB value is (199,121,83). Sum of RGB (Red+Green+Blue) = 199+121+83=403 (53% of max value = 765). Red value is 199 (78.12% from 255 or 49.38% from 403); Green value is 121 (47.66% from 255 or 30.02% from 403); Blue value is 83 (32.81% from 255 or 20.60% from 403); Max value from RGB is 199 - color contains mainly: red. Hex color #C77953 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C77953 is #3886AC. Grayscale: #8C8C8C. Windows color (decimal): -3704493 or 5470663. OLE color: 5470663.

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

Color convert

RGB19912183-
CMYK00.390.580.22
HSL19.66º50.88%55.29%-
HSV(B)19.66º58.29%78.04%-
XYZ31.9526.4411.6-
YUV139.9995.84170.09-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 49.38%
GREEN value IS 121 (47.66% from 255) = 30.02%
BLUE value IS 83 (32.81% from 255) = 20.60%
R=49.38%
G=30.02%
B=20.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.58
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1991218300.390.580.2219.6650.8855.29
HexC779530273A16143337
Octal3071711230477226246367
Binary110001111111001101001101001111110101011010100110011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C77953

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C77953; }

 p { color: rgb(199,121,83); }

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

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

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

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

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

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

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