Html Css Color HEX #C05E17 Chocolate

📋 copy color: '#C05E17'

red 192 ◦ green 94 ◦ blue 23

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

Shades of Chocolate #C05E17

Tints of Chocolate #C05E17

RGB

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

 GREEN value IS 94 (37.11% from 255) = 30.42%

 BLUE value IS 23 (9.38% from 255) = 7.44%

R = 62.14%
G = 30.42%
B = 7.44%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.88

 K value IS 0.25

RGB Variations

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

Color information

#C05E17 (or 0xC05E17) is known color: Chocolate. HEX triplet: C0, 5E and 17. RGB value is (192,94,23). Sum of RGB (Red+Green+Blue) = 192+94+23=309 (40% of max value = 765). Red value is 192 (75.39% from 255 or 62.14% from 309); Green value is 94 (37.11% from 255 or 30.42% from 309); Blue value is 23 (9.38% from 255 or 7.44% from 309); Max value from RGB is 192 - color contains mainly: red. Hex color #C05E17 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C05E17 is #3FA1E8. Grayscale: #737373. Windows color (decimal): -4170217 or 1531584. OLE color: 1531584.

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

Color convert

RGB 192 94 23 -
CMYK 0 0.51 0.88 0.25
HSL 25.21º 0.79% 0.42% -
HSV(B) 25.21º 0.88% 0.75% -
XYZ 25.9 19.27 3.17 -
YUV 115.21 75.97 182.77 -
System Red Green Blue C M Y K H S L
Decimal 192 94 23 0 0.51 0.88 0.25 25.21 0.79 0.42
Hex C0 5E 17 0 33 58 19 19 4F 2A
Octal 300 136 27 0 63 130 31 31 117 52
Binary 11000000 1011110 10111 0 110011 1011000 11001 11001 1001111 101010

Color Harmonies of #C05E17

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C05E17

Black with #C05E17

Text Example


Text Example

White with #C05E17

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C05E17; }

 p { color: rgb(192,94,23); }

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

background-color css

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

 a { background-color: rgb(192,94,23); }

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

border-color css

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

 span { border-color: rgb(192,94,23); }

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