Html Css Color HEX #C47854 Red Damask

📋 copy color: '#C47854'

red 196 ◦ green 120 ◦ blue 84

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

Shades of Red Damask #C47854

Tints of Red Damask #C47854

RGB

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

 GREEN value IS 120 (47.27% from 255) = 30%

 BLUE value IS 84 (33.2% from 255) = 21%

R = 49%
G = 30%
B = 21%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.57

 K value IS 0.23

RGB Variations

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

Color information

#C47854 (or 0xC47854) is known color: Red Damask. HEX triplet: C4, 78 and 54. RGB value is (196,120,84). Sum of RGB (Red+Green+Blue) = 196+120+84=400 (52% of max value = 765). Red value is 196 (76.95% from 255 or 49% from 400); Green value is 120 (47.27% from 255 or 30% from 400); Blue value is 84 (33.20% from 255 or 21% from 400); Max value from RGB is 196 - color contains mainly: red. Hex color #C47854 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C47854 is #3B87AB. Grayscale: #8A8A8A. Windows color (decimal): -3901356 or 5535940. OLE color: 5535940.

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

Color convert

RGB 196 120 84 -
CMYK 0 0.39 0.57 0.23
HSL 19.29º 0.49% 0.55% -
HSV(B) 19.29º 0.57% 0.77% -
XYZ 31.08 25.81 11.73 -
YUV 138.62 97.18 168.93 -
System Red Green Blue C M Y K H S L
Decimal 196 120 84 0 0.39 0.57 0.23 19.29 0.49 0.55
Hex C4 78 54 0 27 39 17 13 31 37
Octal 304 170 124 0 47 71 27 23 61 67
Binary 11000100 1111000 1010100 0 100111 111001 10111 10011 110001 110111

Color Harmonies of #C47854

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C47854

Black with #C47854

Text Example


Text Example

White with #C47854

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C47854; }

 p { color: rgb(196,120,84); }

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

background-color css

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

 a { background-color: rgb(196,120,84); }

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

border-color css

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

 span { border-color: rgb(196,120,84); }

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