Html Css Color HEX #C56F48 Red Damask

📋 copy color: '#C56F48'

red 197 ◦ green 111 ◦ blue 72

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

Shades of Red Damask #C56F48

Tints of Red Damask #C56F48

RGB

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

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

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

R = 51.84%
G = 29.21%
B = 18.95%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.63

 K value IS 0.23

RGB Variations

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

Color information

#C56F48 (or 0xC56F48) is known color: Red Damask. HEX triplet: C5, 6F and 48. RGB value is (197,111,72). Sum of RGB (Red+Green+Blue) = 197+111+72=380 (50% of max value = 765). Red value is 197 (77.34% from 255 or 51.84% from 380); Green value is 111 (43.75% from 255 or 29.21% from 380); Blue value is 72 (28.52% from 255 or 18.95% from 380); Max value from RGB is 197 - color contains mainly: red. Hex color #C56F48 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C56F48 is #3A90B7. Grayscale: #848484. Windows color (decimal): -3838136 or 4747205. OLE color: 4747205.

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

Color convert

RGB 197 111 72 -
CMYK 0 0.44 0.63 0.23
HSL 18.72º 0.52% 0.53% -
HSV(B) 18.72º 0.63% 0.77% -
XYZ 29.88 23.71 9.13 -
YUV 132.27 93.99 174.17 -
System Red Green Blue C M Y K H S L
Decimal 197 111 72 0 0.44 0.63 0.23 18.72 0.52 0.53
Hex C5 6F 48 0 2C 3F 17 13 34 35
Octal 305 157 110 0 54 77 27 23 64 65
Binary 11000101 1101111 1001000 0 101100 111111 10111 10011 110100 110101

Color Harmonies of #C56F48

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C56F48

Black with #C56F48

Text Example


Text Example

White with #C56F48

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C56F48; }

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

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

background-color css

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

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

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

border-color css

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

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

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