Html Css Color HEX #C16018 Chocolate

📋 copy color: '#C16018'

red 193 ◦ green 96 ◦ blue 24

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

Shades of Chocolate #C16018

Tints of Chocolate #C16018

RGB

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

 GREEN value IS 96 (37.89% from 255) = 30.67%

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

R = 61.66%
G = 30.67%
B = 7.67%

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

#C16018 (or 0xC16018) is known color: Chocolate. HEX triplet: C1, 60 and 18. RGB value is (193,96,24). Sum of RGB (Red+Green+Blue) = 193+96+24=313 (41% of max value = 765). Red value is 193 (75.78% from 255 or 61.66% from 313); Green value is 96 (37.89% from 255 or 30.67% from 313); Blue value is 24 (9.77% from 255 or 7.67% from 313); Max value from RGB is 193 - color contains mainly: red. Hex color #C16018 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C16018 is #3E9FE7. Grayscale: #757575. Windows color (decimal): -4104168 or 1597633. OLE color: 1597633.

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

Color convert

RGB 193 96 24 -
CMYK 0 0.50 0.88 0.24
HSL 25.56º 0.78% 0.43% -
HSV(B) 25.56º 0.88% 0.76% -
XYZ 26.34 19.77 3.29 -
YUV 116.8 75.64 182.35 -
System Red Green Blue C M Y K H S L
Decimal 193 96 24 0 0.50 0.88 0.24 25.56 0.78 0.43
Hex C1 60 18 0 32 58 18 1A 4E 2B
Octal 301 140 30 0 62 130 30 32 116 53
Binary 11000001 1100000 11000 0 110010 1011000 11000 11010 1001110 101011

Color Harmonies of #C16018

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C16018

Black with #C16018

Text Example


Text Example

White with #C16018

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C16018; }

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

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

background-color css

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

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

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

border-color css

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

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

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