Html Css Color HEX #C47146 Red Damask

📋 copy color: '#C47146'

red 196 ◦ green 113 ◦ blue 70

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

Shades of Red Damask #C47146

Tints of Red Damask #C47146

RGB

 RED value IS 196 (76.95% from 255) = 51.72%

 GREEN value IS 113 (44.53% from 255) = 29.82%

 BLUE value IS 70 (27.73% from 255) = 18.47%

R = 51.72%
G = 29.82%
B = 18.47%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.64

 K value IS 0.23

RGB Variations

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

Color information

#C47146 (or 0xC47146) is known color: Red Damask. HEX triplet: C4, 71 and 46. RGB value is (196,113,70). Sum of RGB (Red+Green+Blue) = 196+113+70=379 (50% of max value = 765). Red value is 196 (76.95% from 255 or 51.72% from 379); Green value is 113 (44.53% from 255 or 29.82% from 379); Blue value is 70 (27.73% from 255 or 18.47% from 379); Max value from RGB is 196 - color contains mainly: red. Hex color #C47146 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C47146 is #3B8EB9. Grayscale: #858585. Windows color (decimal): -3903162 or 4616644. OLE color: 4616644.

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

Color convert

RGB 196 113 70 -
CMYK 0 0.42 0.64 0.23
HSL 20.48º 0.52% 0.52% -
HSV(B) 20.48º 0.64% 0.77% -
XYZ 29.78 23.99 8.86 -
YUV 132.92 92.5 173 -
System Red Green Blue C M Y K H S L
Decimal 196 113 70 0 0.42 0.64 0.23 20.48 0.52 0.52
Hex C4 71 46 0 2A 40 17 14 34 34
Octal 304 161 106 0 52 100 27 24 64 64
Binary 11000100 1110001 1000110 0 101010 1000000 10111 10100 110100 110100

Color Harmonies of #C47146

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C47146

Black with #C47146

Text Example


Text Example

White with #C47146

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C47146; }

 p { color: rgb(196,113,70); }

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

background-color css

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

 a { background-color: rgb(196,113,70); }

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

border-color css

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

 span { border-color: rgb(196,113,70); }

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