Html Css Color HEX #C3744C Red Damask

📋 copy color: '#C3744C'

red 195 ◦ green 116 ◦ blue 76

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

Shades of Red Damask #C3744C

Tints of Red Damask #C3744C

RGB

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

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

 BLUE value IS 76 (30.08% from 255) = 19.64%

R = 50.39%
G = 29.97%
B = 19.64%

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

#C3744C (or 0xC3744C) is known color: Red Damask. HEX triplet: C3, 74 and 4C. RGB value is (195,116,76). Sum of RGB (Red+Green+Blue) = 195+116+76=387 (51% of max value = 765). Red value is 195 (76.56% from 255 or 50.39% from 387); Green value is 116 (45.70% from 255 or 29.97% from 387); Blue value is 76 (30.08% from 255 or 19.64% from 387); Max value from RGB is 195 - color contains mainly: red. Hex color #C3744C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C3744C is #3C8BB3. Grayscale: #878787. Windows color (decimal): -3967924 or 5010627. OLE color: 5010627.

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

Color convert

RGB 195 116 76 -
CMYK 0 0.41 0.61 0.24
HSL 20.17º 0.5% 0.53% -
HSV(B) 20.17º 0.61% 0.76% -
XYZ 30.06 24.61 10 -
YUV 135.06 94.67 170.75 -
System Red Green Blue C M Y K H S L
Decimal 195 116 76 0 0.41 0.61 0.24 20.17 0.5 0.53
Hex C3 74 4C 0 29 3D 18 14 32 35
Octal 303 164 114 0 51 75 30 24 62 65
Binary 11000011 1110100 1001100 0 101001 111101 11000 10100 110010 110101

Color Harmonies of #C3744C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3744C

Black with #C3744C

Text Example


Text Example

White with #C3744C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3744C; }

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

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

background-color css

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

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

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

border-color css

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

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

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