Html Css Color HEX #C26A17 Chocolate

📋 copy color: '#C26A17'

red 194 ◦ green 106 ◦ blue 23

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

Shades of Chocolate #C26A17

Tints of Chocolate #C26A17

RGB

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

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

 BLUE value IS 23 (9.38% from 255) = 7.12%

R = 60.06%
G = 32.82%
B = 7.12%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.88

 K value IS 0.24

RGB Variations

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

Color information

#C26A17 (or 0xC26A17) is known color: Chocolate. HEX triplet: C2, 6A and 17. RGB value is (194,106,23). Sum of RGB (Red+Green+Blue) = 194+106+23=323 (42% of max value = 765). Red value is 194 (76.17% from 255 or 60.06% from 323); Green value is 106 (41.80% from 255 or 32.82% from 323); Blue value is 23 (9.38% from 255 or 7.12% from 323); Max value from RGB is 194 - color contains mainly: red. Hex color #C26A17 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C26A17 is #3D95E8. Grayscale: #7B7B7B. Windows color (decimal): -4036073 or 1534658. OLE color: 1534658.

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

Color convert

RGB 194 106 23 -
CMYK 0 0.45 0.88 0.24
HSL 29.12º 0.79% 0.43% -
HSV(B) 29.12º 0.88% 0.76% -
XYZ 27.56 21.84 3.57 -
YUV 122.85 71.65 178.75 -
System Red Green Blue C M Y K H S L
Decimal 194 106 23 0 0.45 0.88 0.24 29.12 0.79 0.43
Hex C2 6A 17 0 2D 58 18 1D 4F 2B
Octal 302 152 27 0 55 130 30 35 117 53
Binary 11000010 1101010 10111 0 101101 1011000 11000 11101 1001111 101011

Color Harmonies of #C26A17

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C26A17

Black with #C26A17

Text Example


Text Example

White with #C26A17

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C26A17; }

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

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

background-color css

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

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

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

border-color css

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

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

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