Html Css Color HEX #C14845 Chestnut

📋 copy color: '#C14845'

red 193 ◦ green 72 ◦ blue 69

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

Shades of Chestnut #C14845

Tints of Chestnut #C14845

RGB

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

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

 BLUE value IS 69 (27.34% from 255) = 20.66%

R = 57.78%
G = 21.56%
B = 20.66%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.64

 K value IS 0.24

RGB Variations

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

Color information

#C14845 (or 0xC14845) is known color: Chestnut. HEX triplet: C1, 48 and 45. RGB value is (193,72,69). Sum of RGB (Red+Green+Blue) = 193+72+69=334 (44% of max value = 765). Red value is 193 (75.78% from 255 or 57.78% from 334); Green value is 72 (28.52% from 255 or 21.56% from 334); Blue value is 69 (27.34% from 255 or 20.66% from 334); Max value from RGB is 193 - color contains mainly: red. Hex color #C14845 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C14845 is #3EB7BA. Grayscale: #6B6B6B. Windows color (decimal): -4110267 or 4540609. OLE color: 4540609.

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

Color convert

RGB 193 72 69 -
CMYK 0 0.63 0.64 0.24
HSL 1.45º 0.5% 0.51% -
HSV(B) 1.45º 0.64% 0.76% -
XYZ 25.38 16.4 7.46 -
YUV 107.84 106.09 188.74 -
System Red Green Blue C M Y K H S L
Decimal 193 72 69 0 0.63 0.64 0.24 1.45 0.5 0.51
Hex C1 48 45 0 3F 40 18 1 32 33
Octal 301 110 105 0 77 100 30 1 62 63
Binary 11000001 1001000 1000101 0 111111 1000000 11000 1 110010 110011

Color Harmonies of #C14845

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C14845

Black with #C14845

Text Example


Text Example

White with #C14845

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C14845; }

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

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

background-color css

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

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

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

border-color css

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

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

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