Html Css Color HEX #C47053 Red Damask

📋 copy color: '#C47053'

red 196 ◦ green 112 ◦ blue 83

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

Shades of Red Damask #C47053

Tints of Red Damask #C47053

RGB

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

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

 BLUE value IS 83 (32.81% from 255) = 21.23%

R = 50.13%
G = 28.64%
B = 21.23%

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

#C47053 (or 0xC47053) is known color: Red Damask. HEX triplet: C4, 70 and 53. RGB value is (196,112,83). Sum of RGB (Red+Green+Blue) = 196+112+83=391 (51% of max value = 765). Red value is 196 (76.95% from 255 or 50.13% from 391); Green value is 112 (44.14% from 255 or 28.64% from 391); Blue value is 83 (32.81% from 255 or 21.23% from 391); Max value from RGB is 196 - color contains mainly: red. Hex color #C47053 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C47053 is #3B8FAC. Grayscale: #868686. Windows color (decimal): -3903405 or 5468356. OLE color: 5468356.

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

Color convert

RGB 196 112 83 -
CMYK 0 0.43 0.58 0.23
HSL 15.4º 0.49% 0.55% -
HSV(B) 15.4º 0.58% 0.77% -
XYZ 30.12 23.95 11.22 -
YUV 133.81 99.33 172.36 -
System Red Green Blue C M Y K H S L
Decimal 196 112 83 0 0.43 0.58 0.23 15.4 0.49 0.55
Hex C4 70 53 0 2B 3A 17 F 31 37
Octal 304 160 123 0 53 72 27 17 61 67
Binary 11000100 1110000 1010011 0 101011 111010 10111 1111 110001 110111

Color Harmonies of #C47053

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C47053

Black with #C47053

Text Example


Text Example

White with #C47053

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C47053; }

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

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

background-color css

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

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

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

border-color css

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

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

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