Html Css Color HEX #C4744B Red Damask

📋 copy color: '#C4744B'

red 196 ◦ green 116 ◦ blue 75

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

Shades of Red Damask #C4744B

Tints of Red Damask #C4744B

RGB

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

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

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

R = 50.65%
G = 29.97%
B = 19.38%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.62

 K value IS 0.23

RGB Variations

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

Color information

#C4744B (or 0xC4744B) is known color: Red Damask. HEX triplet: C4, 74 and 4B. RGB value is (196,116,75). Sum of RGB (Red+Green+Blue) = 196+116+75=387 (51% of max value = 765). Red value is 196 (76.95% from 255 or 50.65% from 387); Green value is 116 (45.70% from 255 or 29.97% from 387); Blue value is 75 (29.69% from 255 or 19.38% from 387); Max value from RGB is 196 - color contains mainly: red. Hex color #C4744B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C4744B is #3B8BB4. Grayscale: #878787. Windows color (decimal): -3902389 or 4945092. OLE color: 4945092.

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

Color convert

RGB 196 116 75 -
CMYK 0 0.41 0.62 0.23
HSL 20.33º 0.51% 0.53% -
HSV(B) 20.33º 0.62% 0.77% -
XYZ 30.28 24.73 9.83 -
YUV 135.25 94 171.33 -
System Red Green Blue C M Y K H S L
Decimal 196 116 75 0 0.41 0.62 0.23 20.33 0.51 0.53
Hex C4 74 4B 0 29 3E 17 14 33 35
Octal 304 164 113 0 51 76 27 24 63 65
Binary 11000100 1110100 1001011 0 101001 111110 10111 10100 110011 110101

Color Harmonies of #C4744B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4744B

Black with #C4744B

Text Example


Text Example

White with #C4744B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4744B; }

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

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

background-color css

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

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

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

border-color css

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

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

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