Html Css Color HEX #C14840 Chestnut

📋 copy color: '#C14840'

red 193 ◦ green 72 ◦ blue 64

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

Shades of Chestnut #C14840

Tints of Chestnut #C14840

RGB

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

 GREEN value IS 72 (28.52% from 255) = 21.88%

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

R = 58.66%
G = 21.88%
B = 19.45%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.67

 K value IS 0.24

RGB Variations

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

Color information

#C14840 (or 0xC14840) is known color: Chestnut. HEX triplet: C1, 48 and 40. RGB value is (193,72,64). Sum of RGB (Red+Green+Blue) = 193+72+64=329 (43% of max value = 765). Red value is 193 (75.78% from 255 or 58.66% from 329); Green value is 72 (28.52% from 255 or 21.88% from 329); Blue value is 64 (25.39% from 255 or 19.45% from 329); Max value from RGB is 193 - color contains mainly: red. Hex color #C14840 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C14840 is #3EB7BF. Grayscale: #6B6B6B. Windows color (decimal): -4110272 or 4212929. OLE color: 4212929.

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

Color convert

RGB 193 72 64 -
CMYK 0 0.63 0.67 0.24
HSL 3.72º 0.51% 0.5% -
HSV(B) 3.72º 0.67% 0.76% -
XYZ 25.24 16.34 6.67 -
YUV 107.27 103.59 189.15 -
System Red Green Blue C M Y K H S L
Decimal 193 72 64 0 0.63 0.67 0.24 3.72 0.51 0.5
Hex C1 48 40 0 3F 43 18 4 33 32
Octal 301 110 100 0 77 103 30 4 63 62
Binary 11000001 1001000 1000000 0 111111 1000011 11000 100 110011 110010

Color Harmonies of #C14840

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C14840

Black with #C14840

Text Example


Text Example

White with #C14840

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C14840; }

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

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

background-color css

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

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

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

border-color css

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

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

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