Html Css Color HEX #C3744D Red Damask

📋 copy color: '#C3744D'

red 195 ◦ green 116 ◦ blue 77

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

Shades of Red Damask #C3744D

Tints of Red Damask #C3744D

RGB

 RED value IS 195 (76.56% from 255) = 50.26%

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

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

R = 50.26%
G = 29.9%
B = 19.85%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.61

 K value IS 0.24

RGB Variations

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

Color information

#C3744D (or 0xC3744D) is known color: Red Damask. HEX triplet: C3, 74 and 4D. RGB value is (195,116,77). Sum of RGB (Red+Green+Blue) = 195+116+77=388 (51% of max value = 765). Red value is 195 (76.56% from 255 or 50.26% from 388); Green value is 116 (45.70% from 255 or 29.90% from 388); Blue value is 77 (30.47% from 255 or 19.85% from 388); Max value from RGB is 195 - color contains mainly: red. Hex color #C3744D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C3744D is #3C8BB2. Grayscale: #878787. Windows color (decimal): -3967923 or 5076163. OLE color: 5076163.

HSL color Cylindrical-coordinate representation of color #C3744D: hue angle of 19.83º degrees, saturation: 0.5, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #C3744D is Cyan = 0, Magento = 0.41, Yellow = 0.61 and Black (K on CMYK) = 0.24.

Color convert

RGB 195 116 77 -
CMYK 0 0.41 0.61 0.24
HSL 19.83º 0.5% 0.53% -
HSV(B) 19.83º 0.61% 0.76% -
XYZ 30.09 24.63 10.19 -
YUV 135.18 95.17 170.67 -
System Red Green Blue C M Y K H S L
Decimal 195 116 77 0 0.41 0.61 0.24 19.83 0.5 0.53
Hex C3 74 4D 0 29 3D 18 14 32 35
Octal 303 164 115 0 51 75 30 24 62 65
Binary 11000011 1110100 1001101 0 101001 111101 11000 10100 110010 110101

Color Harmonies of #C3744D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3744D

Black with #C3744D

Text Example


Text Example

White with #C3744D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3744D; }

 p { color: rgb(195,116,77); }

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

background-color css

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

 a { background-color: rgb(195,116,77); }

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

border-color css

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

 span { border-color: rgb(195,116,77); }

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