Html Css Color HEX #C05918 Chocolate

📋 copy color: '#C05918'

red 192 ◦ green 89 ◦ blue 24

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

Shades of Chocolate #C05918

Tints of Chocolate #C05918

RGB

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

 GREEN value IS 89 (35.16% from 255) = 29.18%

 BLUE value IS 24 (9.77% from 255) = 7.87%

R = 62.95%
G = 29.18%
B = 7.87%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.88

 K value IS 0.25

RGB Variations

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

Color information

#C05918 (or 0xC05918) is known color: Chocolate. HEX triplet: C0, 59 and 18. RGB value is (192,89,24). Sum of RGB (Red+Green+Blue) = 192+89+24=305 (40% of max value = 765). Red value is 192 (75.39% from 255 or 62.95% from 305); Green value is 89 (35.16% from 255 or 29.18% from 305); Blue value is 24 (9.77% from 255 or 7.87% from 305); Max value from RGB is 192 - color contains mainly: red. Hex color #C05918 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C05918 is #3FA6E7. Grayscale: #707070. Windows color (decimal): -4171496 or 1595840. OLE color: 1595840.

HSL color Cylindrical-coordinate representation of color #C05918: hue angle of 23.21º degrees, saturation: 0.78, 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 #C05918 is Cyan = 0, Magento = 0.54, Yellow = 0.88 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 89 24 -
CMYK 0 0.54 0.88 0.25
HSL 23.21º 0.78% 0.42% -
HSV(B) 23.21º 0.88% 0.75% -
XYZ 25.48 18.42 3.08 -
YUV 112.39 78.12 184.79 -
System Red Green Blue C M Y K H S L
Decimal 192 89 24 0 0.54 0.88 0.25 23.21 0.78 0.42
Hex C0 59 18 0 36 58 19 17 4E 2A
Octal 300 131 30 0 66 130 31 27 116 52
Binary 11000000 1011001 11000 0 110110 1011000 11001 10111 1001110 101010

Color Harmonies of #C05918

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C05918

Black with #C05918

Text Example


Text Example

White with #C05918

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C05918; }

 p { color: rgb(192,89,24); }

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

background-color css

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

 a { background-color: rgb(192,89,24); }

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

border-color css

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

 span { border-color: rgb(192,89,24); }

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