Html Css Color HEX #C14843 Chestnut

📋 copy color: '#C14843'

red 193 ◦ green 72 ◦ blue 67

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

Shades of Chestnut #C14843

Tints of Chestnut #C14843

RGB

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

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

 BLUE value IS 67 (26.56% from 255) = 20.18%

R = 58.13%
G = 21.69%
B = 20.18%

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

#C14843 (or 0xC14843) is known color: Chestnut. HEX triplet: C1, 48 and 43. RGB value is (193,72,67). Sum of RGB (Red+Green+Blue) = 193+72+67=332 (43% of max value = 765). Red value is 193 (75.78% from 255 or 58.13% from 332); Green value is 72 (28.52% from 255 or 21.69% from 332); Blue value is 67 (26.56% from 255 or 20.18% from 332); Max value from RGB is 193 - color contains mainly: red. Hex color #C14843 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C14843 is #3EB7BC. Grayscale: #6B6B6B. Windows color (decimal): -4110269 or 4409537. OLE color: 4409537.

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

Color convert

RGB 193 72 67 -
CMYK 0 0.63 0.65 0.24
HSL 2.38º 0.5% 0.51% -
HSV(B) 2.38º 0.65% 0.76% -
XYZ 25.32 16.38 7.14 -
YUV 107.61 105.09 188.91 -
System Red Green Blue C M Y K H S L
Decimal 193 72 67 0 0.63 0.65 0.24 2.38 0.5 0.51
Hex C1 48 43 0 3F 41 18 2 32 33
Octal 301 110 103 0 77 101 30 2 62 63
Binary 11000001 1001000 1000011 0 111111 1000001 11000 10 110010 110011

Color Harmonies of #C14843

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C14843

Black with #C14843

Text Example


Text Example

White with #C14843

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C14843; }

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

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

background-color css

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

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

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

border-color css

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

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

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