Html Css Color HEX #C14842 Chestnut

📋 copy color: '#C14842'

red 193 ◦ green 72 ◦ blue 66

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

Shades of Chestnut #C14842

Tints of Chestnut #C14842

RGB

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

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

 BLUE value IS 66 (26.17% from 255) = 19.94%

R = 58.31%
G = 21.75%
B = 19.94%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.66

 K value IS 0.24

RGB Variations

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

Color information

#C14842 (or 0xC14842) is known color: Chestnut. HEX triplet: C1, 48 and 42. RGB value is (193,72,66). Sum of RGB (Red+Green+Blue) = 193+72+66=331 (43% of max value = 765). Red value is 193 (75.78% from 255 or 58.31% from 331); Green value is 72 (28.52% from 255 or 21.75% from 331); Blue value is 66 (26.17% from 255 or 19.94% from 331); Max value from RGB is 193 - color contains mainly: red. Hex color #C14842 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C14842 is #3EB7BD. Grayscale: #6B6B6B. Windows color (decimal): -4110270 or 4344001. OLE color: 4344001.

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

Color convert

RGB 193 72 66 -
CMYK 0 0.63 0.66 0.24
HSL 2.83º 0.51% 0.51% -
HSV(B) 2.83º 0.66% 0.76% -
XYZ 25.29 16.37 6.98 -
YUV 107.5 104.59 188.99 -
System Red Green Blue C M Y K H S L
Decimal 193 72 66 0 0.63 0.66 0.24 2.83 0.51 0.51
Hex C1 48 42 0 3F 42 18 3 33 33
Octal 301 110 102 0 77 102 30 3 63 63
Binary 11000001 1001000 1000010 0 111111 1000010 11000 11 110011 110011

Color Harmonies of #C14842

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C14842

Black with #C14842

Text Example


Text Example

White with #C14842

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C14842; }

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

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

background-color css

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

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

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

border-color css

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

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

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