Html Css Color HEX #C16613 Chocolate

📋 copy color: '#C16613'

red 193 ◦ green 102 ◦ blue 19

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

Shades of Chocolate #C16613

Tints of Chocolate #C16613

RGB

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

 GREEN value IS 102 (40.23% from 255) = 32.48%

 BLUE value IS 19 (7.81% from 255) = 6.05%

R = 61.46%
G = 32.48%
B = 6.05%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.90

 K value IS 0.24

RGB Variations

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

Color information

#C16613 (or 0xC16613) is known color: Chocolate. HEX triplet: C1, 66 and 13. RGB value is (193,102,19). Sum of RGB (Red+Green+Blue) = 193+102+19=314 (41% of max value = 765). Red value is 193 (75.78% from 255 or 61.46% from 314); Green value is 102 (40.23% from 255 or 32.48% from 314); Blue value is 19 (7.81% from 255 or 6.05% from 314); Max value from RGB is 193 - color contains mainly: red. Hex color #C16613 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C16613 is #3E99EC. Grayscale: #787878. Windows color (decimal): -4102637 or 1271489. OLE color: 1271489.

HSL color Cylindrical-coordinate representation of color #C16613: hue angle of 28.62º degrees, saturation: 0.82, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #C16613 is Cyan = 0, Magento = 0.47, Yellow = 0.90 and Black (K on CMYK) = 0.24.

Color convert

RGB 193 102 19 -
CMYK 0 0.47 0.90 0.24
HSL 28.62º 0.82% 0.42% -
HSV(B) 28.62º 0.9% 0.76% -
XYZ 26.86 20.89 3.23 -
YUV 119.75 71.15 180.25 -
System Red Green Blue C M Y K H S L
Decimal 193 102 19 0 0.47 0.90 0.24 28.62 0.82 0.42
Hex C1 66 13 0 2F 5A 18 1D 52 2A
Octal 301 146 23 0 57 132 30 35 122 52
Binary 11000001 1100110 10011 0 101111 1011010 11000 11101 1010010 101010

Color Harmonies of #C16613

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C16613

Black with #C16613

Text Example


Text Example

White with #C16613

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C16613; }

 p { color: rgb(193,102,19); }

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

background-color css

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

 a { background-color: rgb(193,102,19); }

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

border-color css

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

 span { border-color: rgb(193,102,19); }

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