Html Css Color HEX #C47153 Red Damask

📋 copy color: '#C47153'

red 196 ◦ green 113 ◦ blue 83

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

Shades of Red Damask #C47153

Tints of Red Damask #C47153

RGB

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

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

 BLUE value IS 83 (32.81% from 255) = 21.17%

R = 50%
G = 28.83%
B = 21.17%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.58

 K value IS 0.23

RGB Variations

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

Color information

#C47153 (or 0xC47153) is known color: Red Damask. HEX triplet: C4, 71 and 53. RGB value is (196,113,83). Sum of RGB (Red+Green+Blue) = 196+113+83=392 (51% of max value = 765). Red value is 196 (76.95% from 255 or 50% from 392); Green value is 113 (44.53% from 255 or 28.83% from 392); Blue value is 83 (32.81% from 255 or 21.17% from 392); Max value from RGB is 196 - color contains mainly: red. Hex color #C47153 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C47153 is #3B8EAC. Grayscale: #868686. Windows color (decimal): -3903149 or 5468612. OLE color: 5468612.

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

Color convert

RGB 196 113 83 -
CMYK 0 0.42 0.58 0.23
HSL 15.93º 0.49% 0.55% -
HSV(B) 15.93º 0.58% 0.77% -
XYZ 30.23 24.17 11.26 -
YUV 134.4 99 171.94 -
System Red Green Blue C M Y K H S L
Decimal 196 113 83 0 0.42 0.58 0.23 15.93 0.49 0.55
Hex C4 71 53 0 2A 3A 17 10 31 37
Octal 304 161 123 0 52 72 27 20 61 67
Binary 11000100 1110001 1010011 0 101010 111010 10111 10000 110001 110111

Color Harmonies of #C47153

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C47153

Black with #C47153

Text Example


Text Example

White with #C47153

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C47153; }

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

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

background-color css

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

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

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

border-color css

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

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

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