Html Css Color HEX #C16118 Chocolate

📋 copy color: '#C16118'

red 193 ◦ green 97 ◦ blue 24

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

Shades of Chocolate #C16118

Tints of Chocolate #C16118

RGB

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

 GREEN value IS 97 (38.28% from 255) = 30.89%

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

R = 61.46%
G = 30.89%
B = 7.64%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.88

 K value IS 0.24

RGB Variations

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

Color information

#C16118 (or 0xC16118) is known color: Chocolate. HEX triplet: C1, 61 and 18. RGB value is (193,97,24). Sum of RGB (Red+Green+Blue) = 193+97+24=314 (41% of max value = 765). Red value is 193 (75.78% from 255 or 61.46% from 314); Green value is 97 (38.28% from 255 or 30.89% from 314); Blue value is 24 (9.77% from 255 or 7.64% from 314); Max value from RGB is 193 - color contains mainly: red. Hex color #C16118 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C16118 is #3E9EE7. Grayscale: #757575. Windows color (decimal): -4103912 or 1597889. OLE color: 1597889.

HSL color Cylindrical-coordinate representation of color #C16118: hue angle of 25.92º degrees, saturation: 0.78, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #C16118 is Cyan = 0, Magento = 0.50, Yellow = 0.88 and Black (K on CMYK) = 0.24.

Color convert

RGB 193 97 24 -
CMYK 0 0.50 0.88 0.24
HSL 25.92º 0.78% 0.43% -
HSV(B) 25.92º 0.88% 0.76% -
XYZ 26.43 19.95 3.32 -
YUV 117.38 75.3 181.94 -
System Red Green Blue C M Y K H S L
Decimal 193 97 24 0 0.50 0.88 0.24 25.92 0.78 0.43
Hex C1 61 18 0 32 58 18 1A 4E 2B
Octal 301 141 30 0 62 130 30 32 116 53
Binary 11000001 1100001 11000 0 110010 1011000 11000 11010 1001110 101011

Color Harmonies of #C16118

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C16118

Black with #C16118

Text Example


Text Example

White with #C16118

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C16118; }

 p { color: rgb(193,97,24); }

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

background-color css

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

 a { background-color: rgb(193,97,24); }

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

border-color css

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

 span { border-color: rgb(193,97,24); }

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