Html Css Color HEX #C56F52 Red Damask

📋 copy color: '#C56F52'

red 197 ◦ green 111 ◦ blue 82

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

Shades of Red Damask #C56F52

Tints of Red Damask #C56F52

RGB

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

 GREEN value IS 111 (43.75% from 255) = 28.46%

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

R = 50.51%
G = 28.46%
B = 21.03%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.58

 K value IS 0.23

RGB Variations

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

Color information

#C56F52 (or 0xC56F52) is known color: Red Damask. HEX triplet: C5, 6F and 52. RGB value is (197,111,82). Sum of RGB (Red+Green+Blue) = 197+111+82=390 (51% of max value = 765). Red value is 197 (77.34% from 255 or 50.51% from 390); Green value is 111 (43.75% from 255 or 28.46% from 390); Blue value is 82 (32.42% from 255 or 21.03% from 390); Max value from RGB is 197 - color contains mainly: red. Hex color #C56F52 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C56F52 is #3A90AD. Grayscale: #858585. Windows color (decimal): -3838126 or 5402565. OLE color: 5402565.

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

Color convert

RGB 197 111 82 -
CMYK 0 0.44 0.58 0.23
HSL 15.13º 0.5% 0.55% -
HSV(B) 15.13º 0.58% 0.77% -
XYZ 30.23 23.85 10.99 -
YUV 133.41 98.99 173.36 -
System Red Green Blue C M Y K H S L
Decimal 197 111 82 0 0.44 0.58 0.23 15.13 0.5 0.55
Hex C5 6F 52 0 2C 3A 17 F 32 37
Octal 305 157 122 0 54 72 27 17 62 67
Binary 11000101 1101111 1010010 0 101100 111010 10111 1111 110010 110111

Color Harmonies of #C56F52

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C56F52

Black with #C56F52

Text Example


Text Example

White with #C56F52

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C56F52; }

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

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

background-color css

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

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

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

border-color css

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

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

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