Html Css Color HEX #C06218 Chocolate

📋 copy color: '#C06218'

red 192 ◦ green 98 ◦ blue 24

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

Shades of Chocolate #C06218

Tints of Chocolate #C06218

RGB

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

 GREEN value IS 98 (38.67% from 255) = 31.21%

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

R = 61.15%
G = 31.21%
B = 7.64%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.88

 K value IS 0.25

RGB Variations

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

Color information

#C06218 (or 0xC06218) is known color: Chocolate. HEX triplet: C0, 62 and 18. RGB value is (192,98,24). Sum of RGB (Red+Green+Blue) = 192+98+24=314 (41% of max value = 765). Red value is 192 (75.39% from 255 or 61.15% from 314); Green value is 98 (38.67% from 255 or 31.21% from 314); Blue value is 24 (9.77% from 255 or 7.64% from 314); Max value from RGB is 192 - color contains mainly: red. Hex color #C06218 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C06218 is #3F9DE7. Grayscale: #767676. Windows color (decimal): -4169192 or 1598144. OLE color: 1598144.

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

Color convert

RGB 192 98 24 -
CMYK 0 0.49 0.88 0.25
HSL 26.43º 0.78% 0.42% -
HSV(B) 26.43º 0.88% 0.75% -
XYZ 26.27 20.01 3.34 -
YUV 117.67 75.14 181.02 -
System Red Green Blue C M Y K H S L
Decimal 192 98 24 0 0.49 0.88 0.25 26.43 0.78 0.42
Hex C0 62 18 0 31 58 19 1A 4E 2A
Octal 300 142 30 0 61 130 31 32 116 52
Binary 11000000 1100010 11000 0 110001 1011000 11001 11010 1001110 101010

Color Harmonies of #C06218

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C06218

Black with #C06218

Text Example


Text Example

White with #C06218

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C06218; }

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

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

background-color css

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

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

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

border-color css

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

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

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