Html Css Color HEX #C47548 Red Damask

📋 copy color: '#C47548'

red 196 ◦ green 117 ◦ blue 72

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

Shades of Red Damask #C47548

Tints of Red Damask #C47548

RGB

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

 GREEN value IS 117 (46.09% from 255) = 30.39%

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

R = 50.91%
G = 30.39%
B = 18.7%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.63

 K value IS 0.23

RGB Variations

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

Color information

#C47548 (or 0xC47548) is known color: Red Damask. HEX triplet: C4, 75 and 48. RGB value is (196,117,72). Sum of RGB (Red+Green+Blue) = 196+117+72=385 (50% of max value = 765). Red value is 196 (76.95% from 255 or 50.91% from 385); Green value is 117 (46.09% from 255 or 30.39% from 385); Blue value is 72 (28.52% from 255 or 18.70% from 385); Max value from RGB is 196 - color contains mainly: red. Hex color #C47548 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C47548 is #3B8AB7. Grayscale: #878787. Windows color (decimal): -3902136 or 4748740. OLE color: 4748740.

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

Color convert

RGB 196 117 72 -
CMYK 0 0.40 0.63 0.23
HSL 21.77º 0.51% 0.53% -
HSV(B) 21.77º 0.63% 0.77% -
XYZ 30.3 24.93 9.35 -
YUV 135.49 92.17 171.16 -
System Red Green Blue C M Y K H S L
Decimal 196 117 72 0 0.40 0.63 0.23 21.77 0.51 0.53
Hex C4 75 48 0 28 3F 17 16 33 35
Octal 304 165 110 0 50 77 27 26 63 65
Binary 11000100 1110101 1001000 0 101000 111111 10111 10110 110011 110101

Color Harmonies of #C47548

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C47548

Black with #C47548

Text Example


Text Example

White with #C47548

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C47548; }

 p { color: rgb(196,117,72); }

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

background-color css

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

 a { background-color: rgb(196,117,72); }

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

border-color css

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

 span { border-color: rgb(196,117,72); }

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