Html Css Color HEX #C16B0E Chocolate

📋 copy color: '#C16B0E'

red 193 ◦ green 107 ◦ blue 14

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

Shades of Chocolate #C16B0E

Tints of Chocolate #C16B0E

RGB

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

 GREEN value IS 107 (42.19% from 255) = 34.08%

 BLUE value IS 14 (5.86% from 255) = 4.46%

R = 61.46%
G = 34.08%
B = 4.46%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.93

 K value IS 0.24

RGB Variations

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

Color information

#C16B0E (or 0xC16B0E) is known color: Chocolate. HEX triplet: C1, 6B and 0E. RGB value is (193,107,14). Sum of RGB (Red+Green+Blue) = 193+107+14=314 (41% of max value = 765). Red value is 193 (75.78% from 255 or 61.46% from 314); Green value is 107 (42.19% from 255 or 34.08% from 314); Blue value is 14 (5.86% from 255 or 4.46% from 314); Max value from RGB is 193 - color contains mainly: red. Hex color #C16B0E is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C16B0E is #3E94F1. Grayscale: #7A7A7A. Windows color (decimal): -4101362 or 945089. OLE color: 945089.

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

Color convert

RGB 193 107 14 -
CMYK 0 0.45 0.93 0.24
HSL 31.17º 0.86% 0.41% -
HSV(B) 31.17º 0.93% 0.76% -
XYZ 27.33 21.88 3.2 -
YUV 122.11 66.99 178.56 -
System Red Green Blue C M Y K H S L
Decimal 193 107 14 0 0.45 0.93 0.24 31.17 0.86 0.41
Hex C1 6B E 0 2D 5D 18 1F 56 29
Octal 301 153 16 0 55 135 30 37 126 51
Binary 11000001 1101011 1110 0 101101 1011101 11000 11111 1010110 101001

Color Harmonies of #C16B0E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C16B0E

Black with #C16B0E

Text Example


Text Example

White with #C16B0E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C16B0E; }

 p { color: rgb(193,107,14); }

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

background-color css

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

 a { background-color: rgb(193,107,14); }

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

border-color css

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

 span { border-color: rgb(193,107,14); }

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