Html Css Color HEX #C57146 Red Damask

📋 copy color: '#C57146'

red 197 ◦ green 113 ◦ blue 70

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

Shades of Red Damask #C57146

Tints of Red Damask #C57146

RGB

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

 GREEN value IS 113 (44.53% from 255) = 29.74%

 BLUE value IS 70 (27.73% from 255) = 18.42%

R = 51.84%
G = 29.74%
B = 18.42%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.64

 K value IS 0.23

RGB Variations

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

Color information

#C57146 (or 0xC57146) is known color: Red Damask. HEX triplet: C5, 71 and 46. RGB value is (197,113,70). Sum of RGB (Red+Green+Blue) = 197+113+70=380 (50% of max value = 765). Red value is 197 (77.34% from 255 or 51.84% from 380); Green value is 113 (44.53% from 255 or 29.74% from 380); Blue value is 70 (27.73% from 255 or 18.42% from 380); Max value from RGB is 197 - color contains mainly: red. Hex color #C57146 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C57146 is #3A8EB9. Grayscale: #858585. Windows color (decimal): -3837626 or 4616645. OLE color: 4616645.

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

Color convert

RGB 197 113 70 -
CMYK 0 0.43 0.64 0.23
HSL 20.31º 0.52% 0.52% -
HSV(B) 20.31º 0.64% 0.77% -
XYZ 30.04 24.12 8.87 -
YUV 133.21 92.33 173.5 -
System Red Green Blue C M Y K H S L
Decimal 197 113 70 0 0.43 0.64 0.23 20.31 0.52 0.52
Hex C5 71 46 0 2B 40 17 14 34 34
Octal 305 161 106 0 53 100 27 24 64 64
Binary 11000101 1110001 1000110 0 101011 1000000 10111 10100 110100 110100

Color Harmonies of #C57146

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C57146

Black with #C57146

Text Example


Text Example

White with #C57146

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C57146; }

 p { color: rgb(197,113,70); }

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

background-color css

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

 a { background-color: rgb(197,113,70); }

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

border-color css

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

 span { border-color: rgb(197,113,70); }

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