Html Css Color HEX #C14340 Chestnut

📋 copy color: '#C14340'

red 193 ◦ green 67 ◦ blue 64

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

Shades of Chestnut #C14340

Tints of Chestnut #C14340

RGB

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

 GREEN value IS 67 (26.56% from 255) = 20.68%

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

R = 59.57%
G = 20.68%
B = 19.75%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.67

 K value IS 0.24

RGB Variations

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

Color information

#C14340 (or 0xC14340) is known color: Chestnut. HEX triplet: C1, 43 and 40. RGB value is (193,67,64). Sum of RGB (Red+Green+Blue) = 193+67+64=324 (42% of max value = 765). Red value is 193 (75.78% from 255 or 59.57% from 324); Green value is 67 (26.56% from 255 or 20.68% from 324); Blue value is 64 (25.39% from 255 or 19.75% from 324); Max value from RGB is 193 - color contains mainly: red. Hex color #C14340 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C14340 is #3EBCBF. Grayscale: #686868. Windows color (decimal): -4111552 or 4211649. OLE color: 4211649.

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

Color convert

RGB 193 67 64 -
CMYK 0 0.65 0.67 0.24
HSL 1.4º 0.51% 0.5% -
HSV(B) 1.4º 0.67% 0.76% -
XYZ 24.92 15.72 6.57 -
YUV 104.33 105.24 191.24 -
System Red Green Blue C M Y K H S L
Decimal 193 67 64 0 0.65 0.67 0.24 1.4 0.51 0.5
Hex C1 43 40 0 41 43 18 1 33 32
Octal 301 103 100 0 101 103 30 1 63 62
Binary 11000001 1000011 1000000 0 1000001 1000011 11000 1 110011 110010

Color Harmonies of #C14340

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C14340

Black with #C14340

Text Example


Text Example

White with #C14340

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C14340; }

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

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

background-color css

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

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

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

border-color css

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

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

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