Html Css Color HEX #C26415 Chocolate

📋 copy color: '#C26415'

red 194 ◦ green 100 ◦ blue 21

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

Shades of Chocolate #C26415

Tints of Chocolate #C26415

RGB

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

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

 BLUE value IS 21 (8.59% from 255) = 6.67%

R = 61.59%
G = 31.75%
B = 6.67%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.89

 K value IS 0.24

RGB Variations

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

Color information

#C26415 (or 0xC26415) is known color: Chocolate. HEX triplet: C2, 64 and 15. RGB value is (194,100,21). Sum of RGB (Red+Green+Blue) = 194+100+21=315 (41% of max value = 765). Red value is 194 (76.17% from 255 or 61.59% from 315); Green value is 100 (39.45% from 255 or 31.75% from 315); Blue value is 21 (8.59% from 255 or 6.67% from 315); Max value from RGB is 194 - color contains mainly: red. Hex color #C26415 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C26415 is #3D9BEA. Grayscale: #777777. Windows color (decimal): -4037611 or 1402050. OLE color: 1402050.

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

Color convert

RGB 194 100 21 -
CMYK 0 0.48 0.89 0.24
HSL 27.4º 0.8% 0.42% -
HSV(B) 27.4º 0.89% 0.76% -
XYZ 26.94 20.64 3.27 -
YUV 119.1 72.64 181.42 -
System Red Green Blue C M Y K H S L
Decimal 194 100 21 0 0.48 0.89 0.24 27.4 0.8 0.42
Hex C2 64 15 0 30 59 18 1B 50 2A
Octal 302 144 25 0 60 131 30 33 120 52
Binary 11000010 1100100 10101 0 110000 1011001 11000 11011 1010000 101010

Color Harmonies of #C26415

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C26415

Black with #C26415

Text Example


Text Example

White with #C26415

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C26415; }

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

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

background-color css

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

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

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

border-color css

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

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

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