Html Css Color HEX #C1423E Chestnut

📋 copy color: '#C1423E'

red 193 ◦ green 66 ◦ blue 62

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

Shades of Chestnut #C1423E

Tints of Chestnut #C1423E

RGB

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

 GREEN value IS 66 (26.17% from 255) = 20.56%

 BLUE value IS 62 (24.61% from 255) = 19.31%

R = 60.12%
G = 20.56%
B = 19.31%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.68

 K value IS 0.24

RGB Variations

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

Color information

#C1423E (or 0xC1423E) is known color: Chestnut. HEX triplet: C1, 42 and 3E. RGB value is (193,66,62). Sum of RGB (Red+Green+Blue) = 193+66+62=321 (42% of max value = 765). Red value is 193 (75.78% from 255 or 60.12% from 321); Green value is 66 (26.17% from 255 or 20.56% from 321); Blue value is 62 (24.61% from 255 or 19.31% from 321); Max value from RGB is 193 - color contains mainly: red. Hex color #C1423E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C1423E is #3EBDC1. Grayscale: #676767. Windows color (decimal): -4111810 or 4080321. OLE color: 4080321.

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

Color convert

RGB 193 66 62 -
CMYK 0 0.66 0.68 0.24
HSL 1.83º 0.51% 0.5% -
HSV(B) 1.83º 0.68% 0.76% -
XYZ 24.81 15.58 6.26 -
YUV 103.52 104.58 191.83 -
System Red Green Blue C M Y K H S L
Decimal 193 66 62 0 0.66 0.68 0.24 1.83 0.51 0.5
Hex C1 42 3E 0 42 44 18 2 33 32
Octal 301 102 76 0 102 104 30 2 63 62
Binary 11000001 1000010 111110 0 1000010 1000100 11000 10 110011 110010

Color Harmonies of #C1423E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1423E

Black with #C1423E

Text Example


Text Example

White with #C1423E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1423E; }

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

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

background-color css

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

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

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

border-color css

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

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

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