Html Css Color HEX #C47350 Red Damask

📋 copy color: '#C47350'

red 196 ◦ green 115 ◦ blue 80

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

Shades of Red Damask #C47350

Tints of Red Damask #C47350

RGB

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

 GREEN value IS 115 (45.31% from 255) = 29.41%

 BLUE value IS 80 (31.64% from 255) = 20.46%

R = 50.13%
G = 29.41%
B = 20.46%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.59

 K value IS 0.23

RGB Variations

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

Color information

#C47350 (or 0xC47350) is known color: Red Damask. HEX triplet: C4, 73 and 50. RGB value is (196,115,80). Sum of RGB (Red+Green+Blue) = 196+115+80=391 (51% of max value = 765). Red value is 196 (76.95% from 255 or 50.13% from 391); Green value is 115 (45.31% from 255 or 29.41% from 391); Blue value is 80 (31.64% from 255 or 20.46% from 391); Max value from RGB is 196 - color contains mainly: red. Hex color #C47350 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C47350 is #3B8CAF. Grayscale: #878787. Windows color (decimal): -3902640 or 5272516. OLE color: 5272516.

HSL color Cylindrical-coordinate representation of color #C47350: hue angle of 18.1º degrees, saturation: 0.5, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #C47350 is Cyan = 0, Magento = 0.41, Yellow = 0.59 and Black (K on CMYK) = 0.23.

Color convert

RGB 196 115 80 -
CMYK 0 0.41 0.59 0.23
HSL 18.1º 0.5% 0.54% -
HSV(B) 18.1º 0.59% 0.77% -
XYZ 30.34 24.58 10.73 -
YUV 135.23 96.84 171.35 -
System Red Green Blue C M Y K H S L
Decimal 196 115 80 0 0.41 0.59 0.23 18.1 0.5 0.54
Hex C4 73 50 0 29 3B 17 12 32 36
Octal 304 163 120 0 51 73 27 22 62 66
Binary 11000100 1110011 1010000 0 101001 111011 10111 10010 110010 110110

Color Harmonies of #C47350

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C47350

Black with #C47350

Text Example


Text Example

White with #C47350

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C47350; }

 p { color: rgb(196,115,80); }

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

background-color css

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

 a { background-color: rgb(196,115,80); }

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

border-color css

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

 span { border-color: rgb(196,115,80); }

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