Html Css Color HEX #C57748 Red Damask

📋 copy color: '#C57748'

red 197 ◦ green 119 ◦ blue 72

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

Shades of Red Damask #C57748

Tints of Red Damask #C57748

RGB

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

 GREEN value IS 119 (46.88% from 255) = 30.67%

 BLUE value IS 72 (28.52% from 255) = 18.56%

R = 50.77%
G = 30.67%
B = 18.56%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.63

 K value IS 0.23

RGB Variations

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

Color information

#C57748 (or 0xC57748) is known color: Red Damask. HEX triplet: C5, 77 and 48. RGB value is (197,119,72). Sum of RGB (Red+Green+Blue) = 197+119+72=388 (51% of max value = 765). Red value is 197 (77.34% from 255 or 50.77% from 388); Green value is 119 (46.88% from 255 or 30.67% from 388); Blue value is 72 (28.52% from 255 or 18.56% from 388); Max value from RGB is 197 - color contains mainly: red. Hex color #C57748 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C57748 is #3A88B7. Grayscale: #898989. Windows color (decimal): -3836088 or 4749253. OLE color: 4749253.

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

Color convert

RGB 197 119 72 -
CMYK 0 0.40 0.63 0.23
HSL 22.56º 0.52% 0.53% -
HSV(B) 22.56º 0.63% 0.77% -
XYZ 30.79 25.53 9.44 -
YUV 136.96 91.34 170.82 -
System Red Green Blue C M Y K H S L
Decimal 197 119 72 0 0.40 0.63 0.23 22.56 0.52 0.53
Hex C5 77 48 0 28 3F 17 17 34 35
Octal 305 167 110 0 50 77 27 27 64 65
Binary 11000101 1110111 1001000 0 101000 111111 10111 10111 110100 110101

Color Harmonies of #C57748

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C57748

Black with #C57748

Text Example


Text Example

White with #C57748

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C57748; }

 p { color: rgb(197,119,72); }

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

background-color css

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

 a { background-color: rgb(197,119,72); }

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

border-color css

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

 span { border-color: rgb(197,119,72); }

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