Html Css Color HEX #C26412 Chocolate

📋 copy color: '#C26412'

red 194 ◦ green 100 ◦ blue 18

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

Shades of Chocolate #C26412

Tints of Chocolate #C26412

RGB

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

 GREEN value IS 100 (39.45% from 255) = 32.05%

 BLUE value IS 18 (7.42% from 255) = 5.77%

R = 62.18%
G = 32.05%
B = 5.77%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.91

 K value IS 0.24

RGB Variations

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

Color information

#C26412 (or 0xC26412) is known color: Chocolate. HEX triplet: C2, 64 and 12. RGB value is (194,100,18). Sum of RGB (Red+Green+Blue) = 194+100+18=312 (41% of max value = 765). Red value is 194 (76.17% from 255 or 62.18% from 312); Green value is 100 (39.45% from 255 or 32.05% from 312); Blue value is 18 (7.42% from 255 or 5.77% from 312); Max value from RGB is 194 - color contains mainly: red. Hex color #C26412 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C26412 is #3D9BED. Grayscale: #777777. Windows color (decimal): -4037614 or 1205442. OLE color: 1205442.

HSL color Cylindrical-coordinate representation of color #C26412: hue angle of 27.95º degrees, saturation: 0.83, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #C26412 is Cyan = 0, Magento = 0.48, Yellow = 0.91 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 100 18 -
CMYK 0 0.48 0.91 0.24
HSL 27.95º 0.83% 0.42% -
HSV(B) 27.95º 0.91% 0.76% -
XYZ 26.91 20.63 3.14 -
YUV 118.76 71.14 181.67 -
System Red Green Blue C M Y K H S L
Decimal 194 100 18 0 0.48 0.91 0.24 27.95 0.83 0.42
Hex C2 64 12 0 30 5B 18 1C 53 2A
Octal 302 144 22 0 60 133 30 34 123 52
Binary 11000010 1100100 10010 0 110000 1011011 11000 11100 1010011 101010

Color Harmonies of #C26412

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C26412

Black with #C26412

Text Example


Text Example

White with #C26412

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C26412; }

 p { color: rgb(194,100,18); }

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

background-color css

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

 a { background-color: rgb(194,100,18); }

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

border-color css

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

 span { border-color: rgb(194,100,18); }

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