Html Css Color HEX #C14640 Chestnut

📋 copy color: '#C14640'

red 193 ◦ green 70 ◦ blue 64

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

Shades of Chestnut #C14640

Tints of Chestnut #C14640

RGB

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

 GREEN value IS 70 (27.73% from 255) = 21.41%

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

R = 59.02%
G = 21.41%
B = 19.57%

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

#C14640 (or 0xC14640) is known color: Chestnut. HEX triplet: C1, 46 and 40. RGB value is (193,70,64). Sum of RGB (Red+Green+Blue) = 193+70+64=327 (43% of max value = 765). Red value is 193 (75.78% from 255 or 59.02% from 327); Green value is 70 (27.73% from 255 or 21.41% from 327); Blue value is 64 (25.39% from 255 or 19.57% from 327); Max value from RGB is 193 - color contains mainly: red. Hex color #C14640 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C14640 is #3EB9BF. Grayscale: #6A6A6A. Windows color (decimal): -4110784 or 4212417. OLE color: 4212417.

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

Color convert

RGB 193 70 64 -
CMYK 0 0.64 0.67 0.24
HSL 2.79º 0.51% 0.5% -
HSV(B) 2.79º 0.67% 0.76% -
XYZ 25.11 16.09 6.63 -
YUV 106.09 104.25 189.99 -
System Red Green Blue C M Y K H S L
Decimal 193 70 64 0 0.64 0.67 0.24 2.79 0.51 0.5
Hex C1 46 40 0 40 43 18 3 33 32
Octal 301 106 100 0 100 103 30 3 63 62
Binary 11000001 1000110 1000000 0 1000000 1000011 11000 11 110011 110010

Color Harmonies of #C14640

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C14640

Black with #C14640

Text Example


Text Example

White with #C14640

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C14640; }

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

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

background-color css

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

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

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

border-color css

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

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

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