Html Css Color HEX #C47754 Red Damask

📋 copy color: '#C47754'

red 196 ◦ green 119 ◦ blue 84

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

Shades of Red Damask #C47754

Tints of Red Damask #C47754

RGB

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

 GREEN value IS 119 (46.88% from 255) = 29.82%

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

R = 49.12%
G = 29.82%
B = 21.05%

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

#C47754 (or 0xC47754) is known color: Red Damask. HEX triplet: C4, 77 and 54. RGB value is (196,119,84). Sum of RGB (Red+Green+Blue) = 196+119+84=399 (52% of max value = 765). Red value is 196 (76.95% from 255 or 49.12% from 399); Green value is 119 (46.88% from 255 or 29.82% from 399); Blue value is 84 (33.20% from 255 or 21.05% from 399); Max value from RGB is 196 - color contains mainly: red. Hex color #C47754 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C47754 is #3B88AB. Grayscale: #8A8A8A. Windows color (decimal): -3901612 or 5535684. OLE color: 5535684.

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

Color convert

RGB 196 119 84 -
CMYK 0 0.39 0.57 0.23
HSL 18.75º 0.49% 0.55% -
HSV(B) 18.75º 0.57% 0.77% -
XYZ 30.96 25.57 11.69 -
YUV 138.03 97.51 169.35 -
System Red Green Blue C M Y K H S L
Decimal 196 119 84 0 0.39 0.57 0.23 18.75 0.49 0.55
Hex C4 77 54 0 27 39 17 13 31 37
Octal 304 167 124 0 47 71 27 23 61 67
Binary 11000100 1110111 1010100 0 100111 111001 10111 10011 110001 110111

Color Harmonies of #C47754

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C47754

Black with #C47754

Text Example


Text Example

White with #C47754

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C47754; }

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

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

background-color css

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

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

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

border-color css

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

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

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