Html Css Color HEX #C15F16 Chocolate

📋 copy color: '#C15F16'

red 193 ◦ green 95 ◦ blue 22

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

Shades of Chocolate #C15F16

Tints of Chocolate #C15F16

RGB

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

 GREEN value IS 95 (37.5% from 255) = 30.65%

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

R = 62.26%
G = 30.65%
B = 7.1%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.89

 K value IS 0.24

RGB Variations

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

Color information

#C15F16 (or 0xC15F16) is known color: Chocolate. HEX triplet: C1, 5F and 16. RGB value is (193,95,22). Sum of RGB (Red+Green+Blue) = 193+95+22=310 (41% of max value = 765). Red value is 193 (75.78% from 255 or 62.26% from 310); Green value is 95 (37.5% from 255 or 30.65% from 310); Blue value is 22 (8.98% from 255 or 7.10% from 310); Max value from RGB is 193 - color contains mainly: red. Hex color #C15F16 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C15F16 is #3EA0E9. Grayscale: #747474. Windows color (decimal): -4104426 or 1466305. OLE color: 1466305.

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

Color convert

RGB 193 95 22 -
CMYK 0 0.51 0.89 0.24
HSL 25.61º 0.8% 0.42% -
HSV(B) 25.61º 0.89% 0.76% -
XYZ 26.23 19.58 3.16 -
YUV 115.98 74.97 182.94 -
System Red Green Blue C M Y K H S L
Decimal 193 95 22 0 0.51 0.89 0.24 25.61 0.8 0.42
Hex C1 5F 16 0 33 59 18 1A 50 2A
Octal 301 137 26 0 63 131 30 32 120 52
Binary 11000001 1011111 10110 0 110011 1011001 11000 11010 1010000 101010

Color Harmonies of #C15F16

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C15F16

Black with #C15F16

Text Example


Text Example

White with #C15F16

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C15F16; }

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

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

background-color css

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

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

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

border-color css

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

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

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