Html Css Color HEX #C14940 Chestnut

📋 copy color: '#C14940'

red 193 ◦ green 73 ◦ blue 64

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

Shades of Chestnut #C14940

Tints of Chestnut #C14940

RGB

 RED value IS 193 (75.78% from 255) = 58.48%

 GREEN value IS 73 (28.91% from 255) = 22.12%

 BLUE value IS 64 (25.39% from 255) = 19.39%

R = 58.48%
G = 22.12%
B = 19.39%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.67

 K value IS 0.24

RGB Variations

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

Color information

#C14940 (or 0xC14940) is known color: Chestnut. HEX triplet: C1, 49 and 40. RGB value is (193,73,64). Sum of RGB (Red+Green+Blue) = 193+73+64=330 (43% of max value = 765). Red value is 193 (75.78% from 255 or 58.48% from 330); Green value is 73 (28.91% from 255 or 22.12% from 330); Blue value is 64 (25.39% from 255 or 19.39% from 330); Max value from RGB is 193 - color contains mainly: red. Hex color #C14940 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C14940 is #3EB6BF. Grayscale: #6C6C6C. Windows color (decimal): -4110016 or 4213185. OLE color: 4213185.

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

Color convert

RGB 193 73 64 -
CMYK 0 0.62 0.67 0.24
HSL 4.19º 0.51% 0.5% -
HSV(B) 4.19º 0.67% 0.76% -
XYZ 25.3 16.47 6.7 -
YUV 107.85 103.26 188.73 -
System Red Green Blue C M Y K H S L
Decimal 193 73 64 0 0.62 0.67 0.24 4.19 0.51 0.5
Hex C1 49 40 0 3E 43 18 4 33 32
Octal 301 111 100 0 76 103 30 4 63 62
Binary 11000001 1001001 1000000 0 111110 1000011 11000 100 110011 110010

Color Harmonies of #C14940

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C14940

Black with #C14940

Text Example


Text Example

White with #C14940

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C14940; }

 p { color: rgb(193,73,64); }

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

background-color css

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

 a { background-color: rgb(193,73,64); }

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

border-color css

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

 span { border-color: rgb(193,73,64); }

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