Html Css Color HEX #C26A13 Chocolate

📋 copy color: '#C26A13'

red 194 ◦ green 106 ◦ blue 19

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

Shades of Chocolate #C26A13

Tints of Chocolate #C26A13

RGB

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

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

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

R = 60.82%
G = 33.23%
B = 5.96%

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

#C26A13 (or 0xC26A13) is known color: Chocolate. HEX triplet: C2, 6A and 13. RGB value is (194,106,19). Sum of RGB (Red+Green+Blue) = 194+106+19=319 (42% of max value = 765). Red value is 194 (76.17% from 255 or 60.82% from 319); Green value is 106 (41.80% from 255 or 33.23% from 319); Blue value is 19 (7.81% from 255 or 5.96% from 319); Max value from RGB is 194 - color contains mainly: red. Hex color #C26A13 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C26A13 is #3D95EC. Grayscale: #7A7A7A. Windows color (decimal): -4036077 or 1272514. OLE color: 1272514.

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

Color convert

RGB 194 106 19 -
CMYK 0 0.45 0.90 0.24
HSL 29.83º 0.82% 0.42% -
HSV(B) 29.83º 0.9% 0.76% -
XYZ 27.52 21.82 3.38 -
YUV 122.39 69.65 179.07 -
System Red Green Blue C M Y K H S L
Decimal 194 106 19 0 0.45 0.90 0.24 29.83 0.82 0.42
Hex C2 6A 13 0 2D 5A 18 1E 52 2A
Octal 302 152 23 0 55 132 30 36 122 52
Binary 11000010 1101010 10011 0 101101 1011010 11000 11110 1010010 101010

Color Harmonies of #C26A13

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C26A13

Black with #C26A13

Text Example


Text Example

White with #C26A13

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C26A13; }

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

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

background-color css

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

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

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

border-color css

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

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

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