Html Css Color HEX #C26413 Chocolate

📋 copy color: '#C26413'

red 194 ◦ green 100 ◦ blue 19

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

Shades of Chocolate #C26413

Tints of Chocolate #C26413

RGB

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

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

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

R = 61.98%
G = 31.95%
B = 6.07%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.90

 K value IS 0.24

RGB Variations

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

Color information

#C26413 (or 0xC26413) is known color: Chocolate. HEX triplet: C2, 64 and 13. RGB value is (194,100,19). Sum of RGB (Red+Green+Blue) = 194+100+19=313 (41% of max value = 765). Red value is 194 (76.17% from 255 or 61.98% from 313); Green value is 100 (39.45% from 255 or 31.95% from 313); Blue value is 19 (7.81% from 255 or 6.07% from 313); Max value from RGB is 194 - color contains mainly: red. Hex color #C26413 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C26413 is #3D9BEC. Grayscale: #777777. Windows color (decimal): -4037613 or 1270978. OLE color: 1270978.

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

Color convert

RGB 194 100 19 -
CMYK 0 0.48 0.90 0.24
HSL 27.77º 0.82% 0.42% -
HSV(B) 27.77º 0.9% 0.76% -
XYZ 26.92 20.63 3.18 -
YUV 118.87 71.64 181.59 -
System Red Green Blue C M Y K H S L
Decimal 194 100 19 0 0.48 0.90 0.24 27.77 0.82 0.42
Hex C2 64 13 0 30 5A 18 1C 52 2A
Octal 302 144 23 0 60 132 30 34 122 52
Binary 11000010 1100100 10011 0 110000 1011010 11000 11100 1010010 101010

Color Harmonies of #C26413

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C26413

Black with #C26413

Text Example


Text Example

White with #C26413

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C26413; }

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

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

background-color css

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

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

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

border-color css

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

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

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