Html Css Color HEX #C14646 Chestnut

📋 copy color: '#C14646'

red 193 ◦ green 70 ◦ blue 70

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

Shades of Chestnut #C14646

Tints of Chestnut #C14646

RGB

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

 GREEN value IS 70 (27.73% from 255) = 21.02%

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

R = 57.96%
G = 21.02%
B = 21.02%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.64

 K value IS 0.24

RGB Variations

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

Color information

#C14646 (or 0xC14646) is known color: Chestnut. HEX triplet: C1, 46 and 46. RGB value is (193,70,70). Sum of RGB (Red+Green+Blue) = 193+70+70=333 (44% of max value = 765). Red value is 193 (75.78% from 255 or 57.96% from 333); Green value is 70 (27.73% from 255 or 21.02% from 333); Blue value is 70 (27.73% from 255 or 21.02% from 333); Max value from RGB is 193 - color contains mainly: red. Hex color #C14646 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C14646 is #3EB9B9. Grayscale: #6A6A6A. Windows color (decimal): -4110778 or 4605633. OLE color: 4605633.

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

Color convert

RGB 193 70 70 -
CMYK 0 0.64 0.64 0.24
HSL 0.5% 0.52% -
HSV(B) 0.64% 0.76% -
XYZ 25.29 16.16 7.58 -
YUV 106.78 107.25 189.5 -
System Red Green Blue C M Y K H S L
Decimal 193 70 70 0 0.64 0.64 0.24 0 0.5 0.52
Hex C1 46 46 0 40 40 18 0 32 34
Octal 301 106 106 0 100 100 30 0 62 64
Binary 11000001 1000110 1000110 0 1000000 1000000 11000 0 110010 110100

Color Harmonies of #C14646

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C14646

Black with #C14646

Text Example


Text Example

White with #C14646

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C14646; }

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

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

background-color css

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

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

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

border-color css

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

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

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