Html Css Color HEX #C47152 Red Damask

📋 copy color: '#C47152'

red 196 ◦ green 113 ◦ blue 82

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

Shades of Red Damask #C47152

Tints of Red Damask #C47152

RGB

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

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

 BLUE value IS 82 (32.42% from 255) = 20.97%

R = 50.13%
G = 28.9%
B = 20.97%

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

#C47152 (or 0xC47152) is known color: Red Damask. HEX triplet: C4, 71 and 52. RGB value is (196,113,82). Sum of RGB (Red+Green+Blue) = 196+113+82=391 (51% of max value = 765). Red value is 196 (76.95% from 255 or 50.13% from 391); Green value is 113 (44.53% from 255 or 28.90% from 391); Blue value is 82 (32.42% from 255 or 20.97% from 391); Max value from RGB is 196 - color contains mainly: red. Hex color #C47152 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C47152 is #3B8EAD. Grayscale: #868686. Windows color (decimal): -3903150 or 5403076. OLE color: 5403076.

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

Color convert

RGB 196 113 82 -
CMYK 0 0.42 0.58 0.23
HSL 16.32º 0.49% 0.55% -
HSV(B) 16.32º 0.58% 0.77% -
XYZ 30.19 24.16 11.05 -
YUV 134.28 98.5 172.02 -
System Red Green Blue C M Y K H S L
Decimal 196 113 82 0 0.42 0.58 0.23 16.32 0.49 0.55
Hex C4 71 52 0 2A 3A 17 10 31 37
Octal 304 161 122 0 52 72 27 20 61 67
Binary 11000100 1110001 1010010 0 101010 111010 10111 10000 110001 110111

Color Harmonies of #C47152

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C47152

Black with #C47152

Text Example


Text Example

White with #C47152

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C47152; }

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

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

background-color css

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

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

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

border-color css

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

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

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