Html Css Color HEX #C3724E Red Damask

📋 copy color: '#C3724E'

red 195 ◦ green 114 ◦ blue 78

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

Shades of Red Damask #C3724E

Tints of Red Damask #C3724E

RGB

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

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

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

R = 50.39%
G = 29.46%
B = 20.16%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.6

 K value IS 0.24

RGB Variations

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

Color information

#C3724E (or 0xC3724E) is known color: Red Damask. HEX triplet: C3, 72 and 4E. RGB value is (195,114,78). Sum of RGB (Red+Green+Blue) = 195+114+78=387 (51% of max value = 765). Red value is 195 (76.56% from 255 or 50.39% from 387); Green value is 114 (44.92% from 255 or 29.46% from 387); Blue value is 78 (30.86% from 255 or 20.16% from 387); Max value from RGB is 195 - color contains mainly: red. Hex color #C3724E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C3724E is #3C8DB1. Grayscale: #868686. Windows color (decimal): -3968434 or 5141187. OLE color: 5141187.

HSL color Cylindrical-coordinate representation of color #C3724E: hue angle of 18.46º degrees, saturation: 0.49, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #C3724E is Cyan = 0, Magento = 0.42, Yellow = 0.6 and Black (K on CMYK) = 0.24.

Color convert

RGB 195 114 78 -
CMYK 0 0.42 0.6 0.24
HSL 18.46º 0.49% 0.54% -
HSV(B) 18.46º 0.6% 0.76% -
XYZ 29.9 24.19 10.3 -
YUV 134.12 96.34 171.43 -
System Red Green Blue C M Y K H S L
Decimal 195 114 78 0 0.42 0.6 0.24 18.46 0.49 0.54
Hex C3 72 4E 0 2A 3C 18 12 31 36
Octal 303 162 116 0 52 74 30 22 61 66
Binary 11000011 1110010 1001110 0 101010 111100 11000 10010 110001 110110

Color Harmonies of #C3724E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3724E

Black with #C3724E

Text Example


Text Example

White with #C3724E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3724E; }

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

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

background-color css

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

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

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

border-color css

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

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

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