Html Css Color HEX #C57051 Red Damask

📋 copy color: '#C57051'

red 197 ◦ green 112 ◦ blue 81

#C57051
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Red Damask #C57051

Tints of Red Damask #C57051

RGB

 RED value IS 197 (77.34% from 255) = 50.51%

 GREEN value IS 112 (44.14% from 255) = 28.72%

 BLUE value IS 81 (32.03% from 255) = 20.77%

R = 50.51%
G = 28.72%
B = 20.77%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.59

 K value IS 0.23

RGB Variations

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

Color information

#C57051 (or 0xC57051) is known color: Red Damask. HEX triplet: C5, 70 and 51. RGB value is (197,112,81). Sum of RGB (Red+Green+Blue) = 197+112+81=390 (51% of max value = 765). Red value is 197 (77.34% from 255 or 50.51% from 390); Green value is 112 (44.14% from 255 or 28.72% from 390); Blue value is 81 (32.03% from 255 or 20.77% from 390); Max value from RGB is 197 - color contains mainly: red. Hex color #C57051 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C57051 is #3A8FAE. Grayscale: #868686. Windows color (decimal): -3837871 or 5337285. OLE color: 5337285.

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

Color convert

RGB 197 112 81 -
CMYK 0 0.43 0.59 0.23
HSL 16.03º 0.5% 0.55% -
HSV(B) 16.03º 0.59% 0.77% -
XYZ 30.31 24.05 10.83 -
YUV 133.88 98.16 173.02 -
System Red Green Blue C M Y K H S L
Decimal 197 112 81 0 0.43 0.59 0.23 16.03 0.5 0.55
Hex C5 70 51 0 2B 3B 17 10 32 37
Octal 305 160 121 0 53 73 27 20 62 67
Binary 11000101 1110000 1010001 0 101011 111011 10111 10000 110010 110111

Color Harmonies of #C57051

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C57051

Black with #C57051

Text Example


Text Example

White with #C57051

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C57051; }

 p { color: rgb(197,112,81); }

 H1.HeaderClassName
 {
   color: #C57051;
 }
 .AnyTagClassName
 {
   color: #C57051;
 }
</style>

background-color css

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

 a { background-color: rgb(197,112,81); }

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

border-color css

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

 span { border-color: rgb(197,112,81); }

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