Html Css Color HEX #C16212 Chocolate

📋 copy color: '#C16212'

red 193 ◦ green 98 ◦ blue 18

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

Shades of Chocolate #C16212

Tints of Chocolate #C16212

RGB

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

 GREEN value IS 98 (38.67% from 255) = 31.72%

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

R = 62.46%
G = 31.72%
B = 5.83%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.91

 K value IS 0.24

RGB Variations

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

Color information

#C16212 (or 0xC16212) is known color: Chocolate. HEX triplet: C1, 62 and 12. RGB value is (193,98,18). Sum of RGB (Red+Green+Blue) = 193+98+18=309 (40% of max value = 765). Red value is 193 (75.78% from 255 or 62.46% from 309); Green value is 98 (38.67% from 255 or 31.72% from 309); Blue value is 18 (7.42% from 255 or 5.83% from 309); Max value from RGB is 193 - color contains mainly: red. Hex color #C16212 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C16212 is #3E9DED. Grayscale: #757575. Windows color (decimal): -4103662 or 1204929. OLE color: 1204929.

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

Color convert

RGB 193 98 18 -
CMYK 0 0.49 0.91 0.24
HSL 27.43º 0.83% 0.41% -
HSV(B) 27.43º 0.91% 0.76% -
XYZ 26.47 20.12 3.06 -
YUV 117.29 71.97 182 -
System Red Green Blue C M Y K H S L
Decimal 193 98 18 0 0.49 0.91 0.24 27.43 0.83 0.41
Hex C1 62 12 0 31 5B 18 1B 53 29
Octal 301 142 22 0 61 133 30 33 123 51
Binary 11000001 1100010 10010 0 110001 1011011 11000 11011 1010011 101001

Color Harmonies of #C16212

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C16212

Black with #C16212

Text Example


Text Example

White with #C16212

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C16212; }

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

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

background-color css

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

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

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

border-color css

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

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

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