Html Css Color HEX #C3724D Red Damask

📋 copy color: '#C3724D'

red 195 ◦ green 114 ◦ blue 77

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

Shades of Red Damask #C3724D

Tints of Red Damask #C3724D

RGB

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

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

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

R = 50.52%
G = 29.53%
B = 19.95%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.61

 K value IS 0.24

RGB Variations

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

Color information

#C3724D (or 0xC3724D) is known color: Red Damask. HEX triplet: C3, 72 and 4D. RGB value is (195,114,77). Sum of RGB (Red+Green+Blue) = 195+114+77=386 (51% of max value = 765). Red value is 195 (76.56% from 255 or 50.52% from 386); Green value is 114 (44.92% from 255 or 29.53% from 386); Blue value is 77 (30.47% from 255 or 19.95% from 386); Max value from RGB is 195 - color contains mainly: red. Hex color #C3724D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C3724D is #3C8DB2. Grayscale: #868686. Windows color (decimal): -3968435 or 5075651. OLE color: 5075651.

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

Color convert

RGB 195 114 77 -
CMYK 0 0.42 0.61 0.24
HSL 18.81º 0.5% 0.53% -
HSV(B) 18.81º 0.61% 0.76% -
XYZ 29.86 24.17 10.11 -
YUV 134 95.84 171.51 -
System Red Green Blue C M Y K H S L
Decimal 195 114 77 0 0.42 0.61 0.24 18.81 0.5 0.53
Hex C3 72 4D 0 2A 3D 18 13 32 35
Octal 303 162 115 0 52 75 30 23 62 65
Binary 11000011 1110010 1001101 0 101010 111101 11000 10011 110010 110101

Color Harmonies of #C3724D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3724D

Black with #C3724D

Text Example


Text Example

White with #C3724D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3724D; }

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

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

background-color css

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

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

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

border-color css

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

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

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