Html Css Color HEX #C56948 Red Damask

📋 copy color: '#C56948'

red 197 ◦ green 105 ◦ blue 72

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

Shades of Red Damask #C56948

Tints of Red Damask #C56948

RGB

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

 GREEN value IS 105 (41.41% from 255) = 28.07%

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

R = 52.67%
G = 28.07%
B = 19.25%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.63

 K value IS 0.23

RGB Variations

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

Color information

#C56948 (or 0xC56948) is known color: Red Damask. HEX triplet: C5, 69 and 48. RGB value is (197,105,72). Sum of RGB (Red+Green+Blue) = 197+105+72=374 (49% of max value = 765). Red value is 197 (77.34% from 255 or 52.67% from 374); Green value is 105 (41.41% from 255 or 28.07% from 374); Blue value is 72 (28.52% from 255 or 19.25% from 374); Max value from RGB is 197 - color contains mainly: red. Hex color #C56948 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C56948 is #3A96B7. Grayscale: #808080. Windows color (decimal): -3839672 or 4745669. OLE color: 4745669.

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

Color convert

RGB 197 105 72 -
CMYK 0 0.47 0.63 0.23
HSL 15.84º 0.52% 0.53% -
HSV(B) 15.84º 0.63% 0.77% -
XYZ 29.25 22.44 8.92 -
YUV 128.75 95.98 176.68 -
System Red Green Blue C M Y K H S L
Decimal 197 105 72 0 0.47 0.63 0.23 15.84 0.52 0.53
Hex C5 69 48 0 2F 3F 17 10 34 35
Octal 305 151 110 0 57 77 27 20 64 65
Binary 11000101 1101001 1001000 0 101111 111111 10111 10000 110100 110101

Color Harmonies of #C56948

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C56948

Black with #C56948

Text Example


Text Example

White with #C56948

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C56948; }

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

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

background-color css

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

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

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

border-color css

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

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

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