Html Css Color HEX #C26511 Chocolate

📋 copy color: '#C26511'

red 194 ◦ green 101 ◦ blue 17

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

Shades of Chocolate #C26511

Tints of Chocolate #C26511

RGB

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

 GREEN value IS 101 (39.84% from 255) = 32.37%

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

R = 62.18%
G = 32.37%
B = 5.45%

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

#C26511 (or 0xC26511) is known color: Chocolate. HEX triplet: C2, 65 and 11. RGB value is (194,101,17). Sum of RGB (Red+Green+Blue) = 194+101+17=312 (41% of max value = 765). Red value is 194 (76.17% from 255 or 62.18% from 312); Green value is 101 (39.84% from 255 or 32.37% from 312); Blue value is 17 (7.03% from 255 or 5.45% from 312); Max value from RGB is 194 - color contains mainly: red. Hex color #C26511 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C26511 is #3D9AEE. Grayscale: #777777. Windows color (decimal): -4037359 or 1140162. OLE color: 1140162.

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

Color convert

RGB 194 101 17 -
CMYK 0 0.48 0.91 0.24
HSL 28.47º 0.84% 0.41% -
HSV(B) 28.47º 0.91% 0.76% -
XYZ 27 20.82 3.13 -
YUV 119.23 70.31 181.33 -
System Red Green Blue C M Y K H S L
Decimal 194 101 17 0 0.48 0.91 0.24 28.47 0.84 0.41
Hex C2 65 11 0 30 5B 18 1C 54 29
Octal 302 145 21 0 60 133 30 34 124 51
Binary 11000010 1100101 10001 0 110000 1011011 11000 11100 1010100 101001

Color Harmonies of #C26511

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C26511

Black with #C26511

Text Example


Text Example

White with #C26511

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C26511; }

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

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

background-color css

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

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

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

border-color css

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

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

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