Html Css Color HEX #C4724A Red Damask

📋 copy color: '#C4724A'

red 196 ◦ green 114 ◦ blue 74

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

Shades of Red Damask #C4724A

Tints of Red Damask #C4724A

RGB

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

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

 BLUE value IS 74 (29.3% from 255) = 19.27%

R = 51.04%
G = 29.69%
B = 19.27%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.62

 K value IS 0.23

RGB Variations

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

Color information

#C4724A (or 0xC4724A) is known color: Red Damask. HEX triplet: C4, 72 and 4A. RGB value is (196,114,74). Sum of RGB (Red+Green+Blue) = 196+114+74=384 (50% of max value = 765). Red value is 196 (76.95% from 255 or 51.04% from 384); Green value is 114 (44.92% from 255 or 29.69% from 384); Blue value is 74 (29.30% from 255 or 19.27% from 384); Max value from RGB is 196 - color contains mainly: red. Hex color #C4724A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C4724A is #3B8DB5. Grayscale: #868686. Windows color (decimal): -3902902 or 4879044. OLE color: 4879044.

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

Color convert

RGB 196 114 74 -
CMYK 0 0.42 0.62 0.23
HSL 19.67º 0.51% 0.53% -
HSV(B) 19.67º 0.62% 0.77% -
XYZ 30.02 24.26 9.58 -
YUV 133.96 94.17 172.25 -
System Red Green Blue C M Y K H S L
Decimal 196 114 74 0 0.42 0.62 0.23 19.67 0.51 0.53
Hex C4 72 4A 0 2A 3E 17 14 33 35
Octal 304 162 112 0 52 76 27 24 63 65
Binary 11000100 1110010 1001010 0 101010 111110 10111 10100 110011 110101

Color Harmonies of #C4724A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4724A

Black with #C4724A

Text Example


Text Example

White with #C4724A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4724A; }

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

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

background-color css

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

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

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

border-color css

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

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

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