Html Css Color HEX #C14746 Chestnut

📋 copy color: '#C14746'

red 193 ◦ green 71 ◦ blue 70

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

Shades of Chestnut #C14746

Tints of Chestnut #C14746

RGB

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

 GREEN value IS 71 (28.13% from 255) = 21.26%

 BLUE value IS 70 (27.73% from 255) = 20.96%

R = 57.78%
G = 21.26%
B = 20.96%

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

#C14746 (or 0xC14746) is known color: Chestnut. HEX triplet: C1, 47 and 46. RGB value is (193,71,70). Sum of RGB (Red+Green+Blue) = 193+71+70=334 (44% of max value = 765). Red value is 193 (75.78% from 255 or 57.78% from 334); Green value is 71 (28.12% from 255 or 21.26% from 334); Blue value is 70 (27.73% from 255 or 20.96% from 334); Max value from RGB is 193 - color contains mainly: red. Hex color #C14746 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C14746 is #3EB8B9. Grayscale: #6B6B6B. Windows color (decimal): -4110522 or 4605889. OLE color: 4605889.

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

Color convert

RGB 193 71 70 -
CMYK 0 0.63 0.64 0.24
HSL 0.49º 0.5% 0.52% -
HSV(B) 0.49º 0.64% 0.76% -
XYZ 25.35 16.29 7.6 -
YUV 107.36 106.92 189.08 -
System Red Green Blue C M Y K H S L
Decimal 193 71 70 0 0.63 0.64 0.24 0.49 0.5 0.52
Hex C1 47 46 0 3F 40 18 0 32 34
Octal 301 107 106 0 77 100 30 0 62 64
Binary 11000001 1000111 1000110 0 111111 1000000 11000 0 110010 110100

Color Harmonies of #C14746

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C14746

Black with #C14746

Text Example


Text Example

White with #C14746

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C14746; }

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

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

background-color css

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

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

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

border-color css

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

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

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