Html Css Color HEX #C47052 Red Damask

📋 copy color: '#C47052'

red 196 ◦ green 112 ◦ blue 82

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

Shades of Red Damask #C47052

Tints of Red Damask #C47052

RGB

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

 GREEN value IS 112 (44.14% from 255) = 28.72%

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

R = 50.26%
G = 28.72%
B = 21.03%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.58

 K value IS 0.23

RGB Variations

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

Color information

#C47052 (or 0xC47052) is known color: Red Damask. HEX triplet: C4, 70 and 52. RGB value is (196,112,82). Sum of RGB (Red+Green+Blue) = 196+112+82=390 (51% of max value = 765). Red value is 196 (76.95% from 255 or 50.26% from 390); Green value is 112 (44.14% from 255 or 28.72% from 390); Blue value is 82 (32.42% from 255 or 21.03% from 390); Max value from RGB is 196 - color contains mainly: red. Hex color #C47052 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C47052 is #3B8FAD. Grayscale: #858585. Windows color (decimal): -3903406 or 5402820. OLE color: 5402820.

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

Color convert

RGB 196 112 82 -
CMYK 0 0.43 0.58 0.23
HSL 15.79º 0.49% 0.55% -
HSV(B) 15.79º 0.58% 0.77% -
XYZ 30.08 23.93 11.02 -
YUV 133.7 98.83 172.44 -
System Red Green Blue C M Y K H S L
Decimal 196 112 82 0 0.43 0.58 0.23 15.79 0.49 0.55
Hex C4 70 52 0 2B 3A 17 10 31 37
Octal 304 160 122 0 53 72 27 20 61 67
Binary 11000100 1110000 1010010 0 101011 111010 10111 10000 110001 110111

Color Harmonies of #C47052

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C47052

Black with #C47052

Text Example


Text Example

White with #C47052

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C47052; }

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

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

background-color css

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

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

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

border-color css

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

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

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