Html Css Color HEX #C26310 Chocolate

📋 copy color: '#C26310'

red 194 ◦ green 99 ◦ blue 16

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

Shades of Chocolate #C26310

Tints of Chocolate #C26310

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 5.18%

R = 62.78%
G = 32.04%
B = 5.18%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.92

 K value IS 0.24

RGB Variations

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

Color information

#C26310 (or 0xC26310) is known color: Chocolate. HEX triplet: C2, 63 and 10. RGB value is (194,99,16). Sum of RGB (Red+Green+Blue) = 194+99+16=309 (40% of max value = 765). Red value is 194 (76.17% from 255 or 62.78% from 309); Green value is 99 (39.06% from 255 or 32.04% from 309); Blue value is 16 (6.64% from 255 or 5.18% from 309); Max value from RGB is 194 - color contains mainly: red. Hex color #C26310 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C26310 is #3D9CEF. Grayscale: #767676. Windows color (decimal): -4037872 or 1074114. OLE color: 1074114.

HSL color Cylindrical-coordinate representation of color #C26310: hue angle of 27.98º degrees, saturation: 0.85, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #C26310 is Cyan = 0, Magento = 0.49, Yellow = 0.92 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 99 16 -
CMYK 0 0.49 0.92 0.24
HSL 27.98º 0.85% 0.41% -
HSV(B) 27.98º 0.92% 0.76% -
XYZ 26.8 20.43 3.02 -
YUV 117.94 70.47 182.25 -
System Red Green Blue C M Y K H S L
Decimal 194 99 16 0 0.49 0.92 0.24 27.98 0.85 0.41
Hex C2 63 10 0 31 5C 18 1C 55 29
Octal 302 143 20 0 61 134 30 34 125 51
Binary 11000010 1100011 10000 0 110001 1011100 11000 11100 1010101 101001

Color Harmonies of #C26310

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C26310

Black with #C26310

Text Example


Text Example

White with #C26310

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C26310; }

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

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

background-color css

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

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

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

border-color css

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

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

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