Html Css Color HEX #C16412 Chocolate

📋 copy color: '#C16412'

red 193 ◦ green 100 ◦ blue 18

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

Shades of Chocolate #C16412

Tints of Chocolate #C16412

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 5.79%

R = 62.06%
G = 32.15%
B = 5.79%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.91

 K value IS 0.24

RGB Variations

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

Color information

#C16412 (or 0xC16412) is known color: Chocolate. HEX triplet: C1, 64 and 12. RGB value is (193,100,18). Sum of RGB (Red+Green+Blue) = 193+100+18=311 (41% of max value = 765). Red value is 193 (75.78% from 255 or 62.06% from 311); Green value is 100 (39.45% from 255 or 32.15% from 311); Blue value is 18 (7.42% from 255 or 5.79% from 311); Max value from RGB is 193 - color contains mainly: red. Hex color #C16412 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C16412 is #3E9BED. Grayscale: #767676. Windows color (decimal): -4103150 or 1205441. OLE color: 1205441.

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

Color convert

RGB 193 100 18 -
CMYK 0 0.48 0.91 0.24
HSL 28.11º 0.83% 0.41% -
HSV(B) 28.11º 0.91% 0.76% -
XYZ 26.66 20.5 3.12 -
YUV 118.46 71.31 181.17 -
System Red Green Blue C M Y K H S L
Decimal 193 100 18 0 0.48 0.91 0.24 28.11 0.83 0.41
Hex C1 64 12 0 30 5B 18 1C 53 29
Octal 301 144 22 0 60 133 30 34 123 51
Binary 11000001 1100100 10010 0 110000 1011011 11000 11100 1010011 101001

Color Harmonies of #C16412

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C16412

Black with #C16412

Text Example


Text Example

White with #C16412

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C16412; }

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

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

background-color css

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

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

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

border-color css

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

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

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