Html Css Color HEX #C26A14 Chocolate

📋 copy color: '#C26A14'

red 194 ◦ green 106 ◦ blue 20

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

Shades of Chocolate #C26A14

Tints of Chocolate #C26A14

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 6.25%

R = 60.63%
G = 33.13%
B = 6.25%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.90

 K value IS 0.24

RGB Variations

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

Color information

#C26A14 (or 0xC26A14) is known color: Chocolate. HEX triplet: C2, 6A and 14. RGB value is (194,106,20). Sum of RGB (Red+Green+Blue) = 194+106+20=320 (42% of max value = 765). Red value is 194 (76.17% from 255 or 60.62% from 320); Green value is 106 (41.80% from 255 or 33.12% from 320); Blue value is 20 (8.20% from 255 or 6.25% from 320); Max value from RGB is 194 - color contains mainly: red. Hex color #C26A14 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C26A14 is #3D95EB. Grayscale: #7A7A7A. Windows color (decimal): -4036076 or 1338050. OLE color: 1338050.

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

Color convert

RGB 194 106 20 -
CMYK 0 0.45 0.90 0.24
HSL 29.66º 0.81% 0.42% -
HSV(B) 29.66º 0.9% 0.76% -
XYZ 27.53 21.83 3.42 -
YUV 122.51 70.15 178.99 -
System Red Green Blue C M Y K H S L
Decimal 194 106 20 0 0.45 0.90 0.24 29.66 0.81 0.42
Hex C2 6A 14 0 2D 5A 18 1E 51 2A
Octal 302 152 24 0 55 132 30 36 121 52
Binary 11000010 1101010 10100 0 101101 1011010 11000 11110 1010001 101010

Color Harmonies of #C26A14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C26A14

Black with #C26A14

Text Example


Text Example

White with #C26A14

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C26A14; }

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

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

background-color css

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

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

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

border-color css

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

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

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