Html Css Color HEX #C47046 Red Damask

📋 copy color: '#C47046'

red 196 ◦ green 112 ◦ blue 70

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

Shades of Red Damask #C47046

Tints of Red Damask #C47046

RGB

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

 GREEN value IS 112 (44.14% from 255) = 29.63%

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

R = 51.85%
G = 29.63%
B = 18.52%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.64

 K value IS 0.23

RGB Variations

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

Color information

#C47046 (or 0xC47046) is known color: Red Damask. HEX triplet: C4, 70 and 46. RGB value is (196,112,70). Sum of RGB (Red+Green+Blue) = 196+112+70=378 (50% of max value = 765). Red value is 196 (76.95% from 255 or 51.85% from 378); Green value is 112 (44.14% from 255 or 29.63% from 378); Blue value is 70 (27.73% from 255 or 18.52% from 378); Max value from RGB is 196 - color contains mainly: red. Hex color #C47046 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C47046 is #3B8FB9. Grayscale: #848484. Windows color (decimal): -3903418 or 4616388. OLE color: 4616388.

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

Color convert

RGB 196 112 70 -
CMYK 0 0.43 0.64 0.23
HSL 20º 0.52% 0.52% -
HSV(B) 20º 0.64% 0.77% -
XYZ 29.66 23.77 8.82 -
YUV 132.33 92.83 173.42 -
System Red Green Blue C M Y K H S L
Decimal 196 112 70 0 0.43 0.64 0.23 20 0.52 0.52
Hex C4 70 46 0 2B 40 17 14 34 34
Octal 304 160 106 0 53 100 27 24 64 64
Binary 11000100 1110000 1000110 0 101011 1000000 10111 10100 110100 110100

Color Harmonies of #C47046

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C47046

Black with #C47046

Text Example


Text Example

White with #C47046

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C47046; }

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

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

background-color css

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

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

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

border-color css

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

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

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