Html Css Color HEX #C0423E Chestnut

📋 copy color: '#C0423E'

red 192 ◦ green 66 ◦ blue 62

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

Shades of Chestnut #C0423E

Tints of Chestnut #C0423E

RGB

 RED value IS 192 (75.39% from 255) = 60%

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

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

R = 60%
G = 20.63%
B = 19.38%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.68

 K value IS 0.25

RGB Variations

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

Color information

#C0423E (or 0xC0423E) is known color: Chestnut. HEX triplet: C0, 42 and 3E. RGB value is (192,66,62). Sum of RGB (Red+Green+Blue) = 192+66+62=320 (42% of max value = 765). Red value is 192 (75.39% from 255 or 60% from 320); Green value is 66 (26.17% from 255 or 20.62% from 320); Blue value is 62 (24.61% from 255 or 19.38% from 320); Max value from RGB is 192 - color contains mainly: red. Hex color #C0423E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C0423E is #3FBDC1. Grayscale: #676767. Windows color (decimal): -4177346 or 4080320. OLE color: 4080320.

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

Color convert

RGB 192 66 62 -
CMYK 0 0.66 0.68 0.25
HSL 1.85º 0.51% 0.5% -
HSV(B) 1.85º 0.68% 0.75% -
XYZ 24.56 15.45 6.25 -
YUV 103.22 104.74 191.33 -
System Red Green Blue C M Y K H S L
Decimal 192 66 62 0 0.66 0.68 0.25 1.85 0.51 0.5
Hex C0 42 3E 0 42 44 19 2 33 32
Octal 300 102 76 0 102 104 31 2 63 62
Binary 11000000 1000010 111110 0 1000010 1000100 11001 10 110011 110010

Color Harmonies of #C0423E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0423E

Black with #C0423E

Text Example


Text Example

White with #C0423E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0423E; }

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

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

background-color css

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

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

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

border-color css

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

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

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