Html Css Color HEX #C47247 Red Damask

📋 copy color: '#C47247'

red 196 ◦ green 114 ◦ blue 71

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

Shades of Red Damask #C47247

Tints of Red Damask #C47247

RGB

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

 GREEN value IS 114 (44.92% from 255) = 29.92%

 BLUE value IS 71 (28.13% from 255) = 18.64%

R = 51.44%
G = 29.92%
B = 18.64%

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

#C47247 (or 0xC47247) is known color: Red Damask. HEX triplet: C4, 72 and 47. RGB value is (196,114,71). Sum of RGB (Red+Green+Blue) = 196+114+71=381 (50% of max value = 765). Red value is 196 (76.95% from 255 or 51.44% from 381); Green value is 114 (44.92% from 255 or 29.92% from 381); Blue value is 71 (28.12% from 255 or 18.64% from 381); Max value from RGB is 196 - color contains mainly: red. Hex color #C47247 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C47247 is #3B8DB8. Grayscale: #858585. Windows color (decimal): -3902905 or 4682436. OLE color: 4682436.

HSL color Cylindrical-coordinate representation of color #C47247: hue angle of 20.64º degrees, saturation: 0.51, 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 #C47247 is Cyan = 0, Magento = 0.42, Yellow = 0.64 and Black (K on CMYK) = 0.23.

Color convert

RGB 196 114 71 -
CMYK 0 0.42 0.64 0.23
HSL 20.64º 0.51% 0.52% -
HSV(B) 20.64º 0.64% 0.77% -
XYZ 29.92 24.23 9.06 -
YUV 133.62 92.67 172.5 -
System Red Green Blue C M Y K H S L
Decimal 196 114 71 0 0.42 0.64 0.23 20.64 0.51 0.52
Hex C4 72 47 0 2A 40 17 15 33 34
Octal 304 162 107 0 52 100 27 25 63 64
Binary 11000100 1110010 1000111 0 101010 1000000 10111 10101 110011 110100

Color Harmonies of #C47247

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C47247

Black with #C47247

Text Example


Text Example

White with #C47247

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C47247; }

 p { color: rgb(196,114,71); }

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

background-color css

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

 a { background-color: rgb(196,114,71); }

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

border-color css

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

 span { border-color: rgb(196,114,71); }

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