Html Css Color HEX #C14540 Chestnut

📋 copy color: '#C14540'

red 193 ◦ green 69 ◦ blue 64

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

Shades of Chestnut #C14540

Tints of Chestnut #C14540

RGB

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

 GREEN value IS 69 (27.34% from 255) = 21.17%

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

R = 59.2%
G = 21.17%
B = 19.63%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.67

 K value IS 0.24

RGB Variations

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

Color information

#C14540 (or 0xC14540) is known color: Chestnut. HEX triplet: C1, 45 and 40. RGB value is (193,69,64). Sum of RGB (Red+Green+Blue) = 193+69+64=326 (43% of max value = 765). Red value is 193 (75.78% from 255 or 59.20% from 326); Green value is 69 (27.34% from 255 or 21.17% from 326); Blue value is 64 (25.39% from 255 or 19.63% from 326); Max value from RGB is 193 - color contains mainly: red. Hex color #C14540 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C14540 is #3EBABF. Grayscale: #696969. Windows color (decimal): -4111040 or 4212161. OLE color: 4212161.

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

Color convert

RGB 193 69 64 -
CMYK 0 0.64 0.67 0.24
HSL 2.33º 0.51% 0.5% -
HSV(B) 2.33º 0.67% 0.76% -
XYZ 25.05 15.96 6.61 -
YUV 105.51 104.58 190.41 -
System Red Green Blue C M Y K H S L
Decimal 193 69 64 0 0.64 0.67 0.24 2.33 0.51 0.5
Hex C1 45 40 0 40 43 18 2 33 32
Octal 301 105 100 0 100 103 30 2 63 62
Binary 11000001 1000101 1000000 0 1000000 1000011 11000 10 110011 110010

Color Harmonies of #C14540

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C14540

Black with #C14540

Text Example


Text Example

White with #C14540

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C14540; }

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

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

background-color css

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

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

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

border-color css

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

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

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