Html Css Color HEX #C26A11 Chocolate

📋 copy color: '#C26A11'

red 194 ◦ green 106 ◦ blue 17

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

Shades of Chocolate #C26A11

Tints of Chocolate #C26A11

RGB

 RED value IS 194 (76.17% from 255) = 61.2%

 GREEN value IS 106 (41.8% from 255) = 33.44%

 BLUE value IS 17 (7.03% from 255) = 5.36%

R = 61.2%
G = 33.44%
B = 5.36%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.91

 K value IS 0.24

RGB Variations

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

Color information

#C26A11 (or 0xC26A11) is known color: Chocolate. HEX triplet: C2, 6A and 11. RGB value is (194,106,17). Sum of RGB (Red+Green+Blue) = 194+106+17=317 (41% of max value = 765). Red value is 194 (76.17% from 255 or 61.20% from 317); Green value is 106 (41.80% from 255 or 33.44% from 317); Blue value is 17 (7.03% from 255 or 5.36% from 317); Max value from RGB is 194 - color contains mainly: red. Hex color #C26A11 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C26A11 is #3D95EE. Grayscale: #7A7A7A. Windows color (decimal): -4036079 or 1141442. OLE color: 1141442.

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

Color convert

RGB 194 106 17 -
CMYK 0 0.45 0.91 0.24
HSL 30.17º 0.84% 0.41% -
HSV(B) 30.17º 0.91% 0.76% -
XYZ 27.5 21.82 3.29 -
YUV 122.17 68.65 179.24 -
System Red Green Blue C M Y K H S L
Decimal 194 106 17 0 0.45 0.91 0.24 30.17 0.84 0.41
Hex C2 6A 11 0 2D 5B 18 1E 54 29
Octal 302 152 21 0 55 133 30 36 124 51
Binary 11000010 1101010 10001 0 101101 1011011 11000 11110 1010100 101001

Color Harmonies of #C26A11

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C26A11

Black with #C26A11

Text Example


Text Example

White with #C26A11

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C26A11; }

 p { color: rgb(194,106,17); }

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

background-color css

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

 a { background-color: rgb(194,106,17); }

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

border-color css

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

 span { border-color: rgb(194,106,17); }

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