Html Css Color HEX #C16415 Chocolate

📋 copy color: '#C16415'

red 193 ◦ green 100 ◦ blue 21

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

Shades of Chocolate #C16415

Tints of Chocolate #C16415

RGB

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

 GREEN value IS 100 (39.45% from 255) = 31.85%

 BLUE value IS 21 (8.59% from 255) = 6.69%

R = 61.46%
G = 31.85%
B = 6.69%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.89

 K value IS 0.24

RGB Variations

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

Color information

#C16415 (or 0xC16415) is known color: Chocolate. HEX triplet: C1, 64 and 15. RGB value is (193,100,21). Sum of RGB (Red+Green+Blue) = 193+100+21=314 (41% of max value = 765). Red value is 193 (75.78% from 255 or 61.46% from 314); Green value is 100 (39.45% from 255 or 31.85% from 314); Blue value is 21 (8.59% from 255 or 6.69% from 314); Max value from RGB is 193 - color contains mainly: red. Hex color #C16415 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C16415 is #3E9BEA. Grayscale: #777777. Windows color (decimal): -4103147 or 1402049. OLE color: 1402049.

HSL color Cylindrical-coordinate representation of color #C16415: hue angle of 27.56º degrees, saturation: 0.8, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #C16415 is Cyan = 0, Magento = 0.48, Yellow = 0.89 and Black (K on CMYK) = 0.24.

Color convert

RGB 193 100 21 -
CMYK 0 0.48 0.89 0.24
HSL 27.56º 0.8% 0.42% -
HSV(B) 27.56º 0.89% 0.76% -
XYZ 26.68 20.51 3.26 -
YUV 118.8 72.81 180.92 -
System Red Green Blue C M Y K H S L
Decimal 193 100 21 0 0.48 0.89 0.24 27.56 0.8 0.42
Hex C1 64 15 0 30 59 18 1C 50 2A
Octal 301 144 25 0 60 131 30 34 120 52
Binary 11000001 1100100 10101 0 110000 1011001 11000 11100 1010000 101010

Color Harmonies of #C16415

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C16415

Black with #C16415

Text Example


Text Example

White with #C16415

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C16415; }

 p { color: rgb(193,100,21); }

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

background-color css

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

 a { background-color: rgb(193,100,21); }

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

border-color css

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

 span { border-color: rgb(193,100,21); }

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