Html Css Color HEX #C16618 Chocolate

📋 copy color: '#C16618'

red 193 ◦ green 102 ◦ blue 24

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

Shades of Chocolate #C16618

Tints of Chocolate #C16618

RGB

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

 GREEN value IS 102 (40.23% from 255) = 31.97%

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

R = 60.5%
G = 31.97%
B = 7.52%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.88

 K value IS 0.24

RGB Variations

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

Color information

#C16618 (or 0xC16618) is known color: Chocolate. HEX triplet: C1, 66 and 18. RGB value is (193,102,24). Sum of RGB (Red+Green+Blue) = 193+102+24=319 (42% of max value = 765). Red value is 193 (75.78% from 255 or 60.50% from 319); Green value is 102 (40.23% from 255 or 31.97% from 319); Blue value is 24 (9.77% from 255 or 7.52% from 319); Max value from RGB is 193 - color contains mainly: red. Hex color #C16618 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C16618 is #3E99E7. Grayscale: #787878. Windows color (decimal): -4102632 or 1599169. OLE color: 1599169.

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

Color convert

RGB 193 102 24 -
CMYK 0 0.47 0.88 0.24
HSL 27.69º 0.78% 0.43% -
HSV(B) 27.69º 0.88% 0.76% -
XYZ 26.91 20.91 3.48 -
YUV 120.32 73.65 179.84 -
System Red Green Blue C M Y K H S L
Decimal 193 102 24 0 0.47 0.88 0.24 27.69 0.78 0.43
Hex C1 66 18 0 2F 58 18 1C 4E 2B
Octal 301 146 30 0 57 130 30 34 116 53
Binary 11000001 1100110 11000 0 101111 1011000 11000 11100 1001110 101011

Color Harmonies of #C16618

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C16618

Black with #C16618

Text Example


Text Example

White with #C16618

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C16618; }

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

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

background-color css

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

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

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

border-color css

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

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

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