Html Css Color HEX #C15B16 Chocolate

📋 copy color: '#C15B16'

red 193 ◦ green 91 ◦ blue 22

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

Shades of Chocolate #C15B16

Tints of Chocolate #C15B16

RGB

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

 GREEN value IS 91 (35.94% from 255) = 29.74%

 BLUE value IS 22 (8.98% from 255) = 7.19%

R = 63.07%
G = 29.74%
B = 7.19%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.89

 K value IS 0.24

RGB Variations

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

Color information

#C15B16 (or 0xC15B16) is known color: Chocolate. HEX triplet: C1, 5B and 16. RGB value is (193,91,22). Sum of RGB (Red+Green+Blue) = 193+91+22=306 (40% of max value = 765). Red value is 193 (75.78% from 255 or 63.07% from 306); Green value is 91 (35.94% from 255 or 29.74% from 306); Blue value is 22 (8.98% from 255 or 7.19% from 306); Max value from RGB is 193 - color contains mainly: red. Hex color #C15B16 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C15B16 is #3EA4E9. Grayscale: #727272. Windows color (decimal): -4105450 or 1465281. OLE color: 1465281.

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

Color convert

RGB 193 91 22 -
CMYK 0 0.53 0.89 0.24
HSL 24.21º 0.8% 0.42% -
HSV(B) 24.21º 0.89% 0.76% -
XYZ 25.88 18.88 3.04 -
YUV 113.63 76.29 184.61 -
System Red Green Blue C M Y K H S L
Decimal 193 91 22 0 0.53 0.89 0.24 24.21 0.8 0.42
Hex C1 5B 16 0 35 59 18 18 50 2A
Octal 301 133 26 0 65 131 30 30 120 52
Binary 11000001 1011011 10110 0 110101 1011001 11000 11000 1010000 101010

Color Harmonies of #C15B16

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C15B16

Black with #C15B16

Text Example


Text Example

White with #C15B16

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C15B16; }

 p { color: rgb(193,91,22); }

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

background-color css

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

 a { background-color: rgb(193,91,22); }

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

border-color css

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

 span { border-color: rgb(193,91,22); }

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