Html Css Color HEX #C57652 Red Damask

📋 copy color: '#C57652'

red 197 ◦ green 118 ◦ blue 82

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

Shades of Red Damask #C57652

Tints of Red Damask #C57652

RGB

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

 GREEN value IS 118 (46.48% from 255) = 29.72%

 BLUE value IS 82 (32.42% from 255) = 20.65%

R = 49.62%
G = 29.72%
B = 20.65%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.58

 K value IS 0.23

RGB Variations

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

Color information

#C57652 (or 0xC57652) is known color: Red Damask. HEX triplet: C5, 76 and 52. RGB value is (197,118,82). Sum of RGB (Red+Green+Blue) = 197+118+82=397 (52% of max value = 765). Red value is 197 (77.34% from 255 or 49.62% from 397); Green value is 118 (46.48% from 255 or 29.72% from 397); Blue value is 82 (32.42% from 255 or 20.65% from 397); Max value from RGB is 197 - color contains mainly: red. Hex color #C57652 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C57652 is #3A89AD. Grayscale: #898989. Windows color (decimal): -3836334 or 5404357. OLE color: 5404357.

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

Color convert

RGB 197 118 82 -
CMYK 0 0.40 0.58 0.23
HSL 18.78º 0.5% 0.55% -
HSV(B) 18.78º 0.58% 0.77% -
XYZ 31.03 25.44 11.26 -
YUV 137.52 96.67 170.43 -
System Red Green Blue C M Y K H S L
Decimal 197 118 82 0 0.40 0.58 0.23 18.78 0.5 0.55
Hex C5 76 52 0 28 3A 17 13 32 37
Octal 305 166 122 0 50 72 27 23 62 67
Binary 11000101 1110110 1010010 0 101000 111010 10111 10011 110010 110111

Color Harmonies of #C57652

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C57652

Black with #C57652

Text Example


Text Example

White with #C57652

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C57652; }

 p { color: rgb(197,118,82); }

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

background-color css

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

 a { background-color: rgb(197,118,82); }

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

border-color css

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

 span { border-color: rgb(197,118,82); }

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