Html Css Color HEX #C4724D Red Damask

📋 copy color: '#C4724D'

red 196 ◦ green 114 ◦ blue 77

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

Shades of Red Damask #C4724D

Tints of Red Damask #C4724D

RGB

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

 GREEN value IS 114 (44.92% from 255) = 29.46%

 BLUE value IS 77 (30.47% from 255) = 19.9%

R = 50.65%
G = 29.46%
B = 19.9%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.61

 K value IS 0.23

RGB Variations

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

Color information

#C4724D (or 0xC4724D) is known color: Red Damask. HEX triplet: C4, 72 and 4D. RGB value is (196,114,77). Sum of RGB (Red+Green+Blue) = 196+114+77=387 (51% of max value = 765). Red value is 196 (76.95% from 255 or 50.65% from 387); Green value is 114 (44.92% from 255 or 29.46% from 387); Blue value is 77 (30.47% from 255 or 19.90% from 387); Max value from RGB is 196 - color contains mainly: red. Hex color #C4724D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C4724D is #3B8DB2. Grayscale: #868686. Windows color (decimal): -3902899 or 5075652. OLE color: 5075652.

HSL color Cylindrical-coordinate representation of color #C4724D: hue angle of 18.66º degrees, saturation: 0.5, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #C4724D is Cyan = 0, Magento = 0.42, Yellow = 0.61 and Black (K on CMYK) = 0.23.

Color convert

RGB 196 114 77 -
CMYK 0 0.42 0.61 0.23
HSL 18.66º 0.5% 0.54% -
HSV(B) 18.66º 0.61% 0.77% -
XYZ 30.12 24.31 10.13 -
YUV 134.3 95.67 172.01 -
System Red Green Blue C M Y K H S L
Decimal 196 114 77 0 0.42 0.61 0.23 18.66 0.5 0.54
Hex C4 72 4D 0 2A 3D 17 13 32 36
Octal 304 162 115 0 52 75 27 23 62 66
Binary 11000100 1110010 1001101 0 101010 111101 10111 10011 110010 110110

Color Harmonies of #C4724D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4724D

Black with #C4724D

Text Example


Text Example

White with #C4724D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4724D; }

 p { color: rgb(196,114,77); }

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

background-color css

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

 a { background-color: rgb(196,114,77); }

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

border-color css

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

 span { border-color: rgb(196,114,77); }

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