Html Css Color HEX #C57251 Red Damask

📋 copy color: '#C57251'

red 197 ◦ green 114 ◦ blue 81

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

Shades of Red Damask #C57251

Tints of Red Damask #C57251

RGB

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

 GREEN value IS 114 (44.92% from 255) = 29.08%

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

R = 50.26%
G = 29.08%
B = 20.66%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.59

 K value IS 0.23

RGB Variations

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

Color information

#C57251 (or 0xC57251) is known color: Red Damask. HEX triplet: C5, 72 and 51. RGB value is (197,114,81). Sum of RGB (Red+Green+Blue) = 197+114+81=392 (51% of max value = 765). Red value is 197 (77.34% from 255 or 50.26% from 392); Green value is 114 (44.92% from 255 or 29.08% from 392); Blue value is 81 (32.03% from 255 or 20.66% from 392); Max value from RGB is 197 - color contains mainly: red. Hex color #C57251 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C57251 is #3A8DAE. Grayscale: #878787. Windows color (decimal): -3837359 or 5337797. OLE color: 5337797.

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

Color convert

RGB 197 114 81 -
CMYK 0 0.42 0.59 0.23
HSL 17.07º 0.5% 0.55% -
HSV(B) 17.07º 0.59% 0.77% -
XYZ 30.53 24.5 10.9 -
YUV 135.06 97.5 172.18 -
System Red Green Blue C M Y K H S L
Decimal 197 114 81 0 0.42 0.59 0.23 17.07 0.5 0.55
Hex C5 72 51 0 2A 3B 17 11 32 37
Octal 305 162 121 0 52 73 27 21 62 67
Binary 11000101 1110010 1010001 0 101010 111011 10111 10001 110010 110111

Color Harmonies of #C57251

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C57251

Black with #C57251

Text Example


Text Example

White with #C57251

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C57251; }

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

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

background-color css

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

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

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

border-color css

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

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

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