Html Css Color HEX #C4724B Red Damask

📋 copy color: '#C4724B'

red 196 ◦ green 114 ◦ blue 75

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

Shades of Red Damask #C4724B

Tints of Red Damask #C4724B

RGB

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

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

 BLUE value IS 75 (29.69% from 255) = 19.48%

R = 50.91%
G = 29.61%
B = 19.48%

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

#C4724B (or 0xC4724B) is known color: Red Damask. HEX triplet: C4, 72 and 4B. RGB value is (196,114,75). Sum of RGB (Red+Green+Blue) = 196+114+75=385 (50% of max value = 765). Red value is 196 (76.95% from 255 or 50.91% from 385); Green value is 114 (44.92% from 255 or 29.61% from 385); Blue value is 75 (29.69% from 255 or 19.48% from 385); Max value from RGB is 196 - color contains mainly: red. Hex color #C4724B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C4724B is #3B8DB4. Grayscale: #868686. Windows color (decimal): -3902901 or 4944580. OLE color: 4944580.

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

Color convert

RGB 196 114 75 -
CMYK 0 0.42 0.62 0.23
HSL 19.34º 0.51% 0.53% -
HSV(B) 19.34º 0.62% 0.77% -
XYZ 30.05 24.28 9.76 -
YUV 134.07 94.67 172.17 -
System Red Green Blue C M Y K H S L
Decimal 196 114 75 0 0.42 0.62 0.23 19.34 0.51 0.53
Hex C4 72 4B 0 2A 3E 17 13 33 35
Octal 304 162 113 0 52 76 27 23 63 65
Binary 11000100 1110010 1001011 0 101010 111110 10111 10011 110011 110101

Color Harmonies of #C4724B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4724B

Black with #C4724B

Text Example


Text Example

White with #C4724B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4724B; }

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

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

background-color css

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

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

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

border-color css

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

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

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