Html Css Color HEX #C4744E Red Damask

📋 copy color: '#C4744E'

red 196 ◦ green 116 ◦ blue 78

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

Shades of Red Damask #C4744E

Tints of Red Damask #C4744E

RGB

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

 GREEN value IS 116 (45.7% from 255) = 29.74%

 BLUE value IS 78 (30.86% from 255) = 20%

R = 50.26%
G = 29.74%
B = 20%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.60

 K value IS 0.23

RGB Variations

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

Color information

#C4744E (or 0xC4744E) is known color: Red Damask. HEX triplet: C4, 74 and 4E. RGB value is (196,116,78). Sum of RGB (Red+Green+Blue) = 196+116+78=390 (51% of max value = 765). Red value is 196 (76.95% from 255 or 50.26% from 390); Green value is 116 (45.70% from 255 or 29.74% from 390); Blue value is 78 (30.86% from 255 or 20% from 390); Max value from RGB is 196 - color contains mainly: red. Hex color #C4744E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C4744E is #3B8BB1. Grayscale: #878787. Windows color (decimal): -3902386 or 5141700. OLE color: 5141700.

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

Color convert

RGB 196 116 78 -
CMYK 0 0.41 0.60 0.23
HSL 19.32º 0.5% 0.54% -
HSV(B) 19.32º 0.6% 0.77% -
XYZ 30.39 24.78 10.39 -
YUV 135.59 95.5 171.09 -
System Red Green Blue C M Y K H S L
Decimal 196 116 78 0 0.41 0.60 0.23 19.32 0.5 0.54
Hex C4 74 4E 0 29 3C 17 13 32 36
Octal 304 164 116 0 51 74 27 23 62 66
Binary 11000100 1110100 1001110 0 101001 111100 10111 10011 110010 110110

Color Harmonies of #C4744E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4744E

Black with #C4744E

Text Example


Text Example

White with #C4744E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4744E; }

 p { color: rgb(196,116,78); }

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

background-color css

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

 a { background-color: rgb(196,116,78); }

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

border-color css

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

 span { border-color: rgb(196,116,78); }

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