Html Css Color HEX #C14844 Chestnut

📋 copy color: '#C14844'

red 193 ◦ green 72 ◦ blue 68

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

Shades of Chestnut #C14844

Tints of Chestnut #C14844

RGB

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

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

 BLUE value IS 68 (26.95% from 255) = 20.42%

R = 57.96%
G = 21.62%
B = 20.42%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.65

 K value IS 0.24

RGB Variations

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

Color information

#C14844 (or 0xC14844) is known color: Chestnut. HEX triplet: C1, 48 and 44. RGB value is (193,72,68). Sum of RGB (Red+Green+Blue) = 193+72+68=333 (44% of max value = 765). Red value is 193 (75.78% from 255 or 57.96% from 333); Green value is 72 (28.52% from 255 or 21.62% from 333); Blue value is 68 (26.95% from 255 or 20.42% from 333); Max value from RGB is 193 - color contains mainly: red. Hex color #C14844 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C14844 is #3EB7BB. Grayscale: #6B6B6B. Windows color (decimal): -4110268 or 4475073. OLE color: 4475073.

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

Color convert

RGB 193 72 68 -
CMYK 0 0.63 0.65 0.24
HSL 1.92º 0.5% 0.51% -
HSV(B) 1.92º 0.65% 0.76% -
XYZ 25.35 16.39 7.3 -
YUV 107.72 105.59 188.83 -
System Red Green Blue C M Y K H S L
Decimal 193 72 68 0 0.63 0.65 0.24 1.92 0.5 0.51
Hex C1 48 44 0 3F 41 18 2 32 33
Octal 301 110 104 0 77 101 30 2 62 63
Binary 11000001 1001000 1000100 0 111111 1000001 11000 10 110010 110011

Color Harmonies of #C14844

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C14844

Black with #C14844

Text Example


Text Example

White with #C14844

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C14844; }

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

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

background-color css

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

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

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

border-color css

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

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

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