Html Css Color HEX #C26316 Chocolate

📋 copy color: '#C26316'

red 194 ◦ green 99 ◦ blue 22

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

Shades of Chocolate #C26316

Tints of Chocolate #C26316

RGB

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

 GREEN value IS 99 (39.06% from 255) = 31.43%

 BLUE value IS 22 (8.98% from 255) = 6.98%

R = 61.59%
G = 31.43%
B = 6.98%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.89

 K value IS 0.24

RGB Variations

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

Color information

#C26316 (or 0xC26316) is known color: Chocolate. HEX triplet: C2, 63 and 16. RGB value is (194,99,22). Sum of RGB (Red+Green+Blue) = 194+99+22=315 (41% of max value = 765). Red value is 194 (76.17% from 255 or 61.59% from 315); Green value is 99 (39.06% from 255 or 31.43% from 315); Blue value is 22 (8.98% from 255 or 6.98% from 315); Max value from RGB is 194 - color contains mainly: red. Hex color #C26316 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C26316 is #3D9CE9. Grayscale: #777777. Windows color (decimal): -4037866 or 1467330. OLE color: 1467330.

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

Color convert

RGB 194 99 22 -
CMYK 0 0.49 0.89 0.24
HSL 26.86º 0.8% 0.42% -
HSV(B) 26.86º 0.89% 0.76% -
XYZ 26.85 20.45 3.29 -
YUV 118.63 73.47 181.76 -
System Red Green Blue C M Y K H S L
Decimal 194 99 22 0 0.49 0.89 0.24 26.86 0.8 0.42
Hex C2 63 16 0 31 59 18 1B 50 2A
Octal 302 143 26 0 61 131 30 33 120 52
Binary 11000010 1100011 10110 0 110001 1011001 11000 11011 1010000 101010

Color Harmonies of #C26316

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C26316

Black with #C26316

Text Example


Text Example

White with #C26316

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C26316; }

 p { color: rgb(194,99,22); }

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

background-color css

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

 a { background-color: rgb(194,99,22); }

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

border-color css

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

 span { border-color: rgb(194,99,22); }

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