Html Css Color HEX #C26A15 Chocolate

📋 copy color: '#C26A15'

red 194 ◦ green 106 ◦ blue 21

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

Shades of Chocolate #C26A15

Tints of Chocolate #C26A15

RGB

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

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

 BLUE value IS 21 (8.59% from 255) = 6.54%

R = 60.44%
G = 33.02%
B = 6.54%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.89

 K value IS 0.24

RGB Variations

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

Color information

#C26A15 (or 0xC26A15) is known color: Chocolate. HEX triplet: C2, 6A and 15. RGB value is (194,106,21). Sum of RGB (Red+Green+Blue) = 194+106+21=321 (42% of max value = 765). Red value is 194 (76.17% from 255 or 60.44% from 321); Green value is 106 (41.80% from 255 or 33.02% from 321); Blue value is 21 (8.59% from 255 or 6.54% from 321); Max value from RGB is 194 - color contains mainly: red. Hex color #C26A15 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C26A15 is #3D95EA. Grayscale: #7B7B7B. Windows color (decimal): -4036075 or 1403586. OLE color: 1403586.

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

Color convert

RGB 194 106 21 -
CMYK 0 0.45 0.89 0.24
HSL 29.48º 0.8% 0.42% -
HSV(B) 29.48º 0.89% 0.76% -
XYZ 27.54 21.83 3.47 -
YUV 122.62 70.65 178.91 -
System Red Green Blue C M Y K H S L
Decimal 194 106 21 0 0.45 0.89 0.24 29.48 0.8 0.42
Hex C2 6A 15 0 2D 59 18 1D 50 2A
Octal 302 152 25 0 55 131 30 35 120 52
Binary 11000010 1101010 10101 0 101101 1011001 11000 11101 1010000 101010

Color Harmonies of #C26A15

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C26A15

Black with #C26A15

Text Example


Text Example

White with #C26A15

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C26A15; }

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

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

background-color css

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

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

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

border-color css

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

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

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