Html Css Color HEX #C26215 Chocolate

📋 copy color: '#C26215'

red 194 ◦ green 98 ◦ blue 21

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

Shades of Chocolate #C26215

Tints of Chocolate #C26215

RGB

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

 GREEN value IS 98 (38.67% from 255) = 31.31%

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

R = 61.98%
G = 31.31%
B = 6.71%

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

#C26215 (or 0xC26215) is known color: Chocolate. HEX triplet: C2, 62 and 15. RGB value is (194,98,21). Sum of RGB (Red+Green+Blue) = 194+98+21=313 (41% of max value = 765). Red value is 194 (76.17% from 255 or 61.98% from 313); Green value is 98 (38.67% from 255 or 31.31% from 313); Blue value is 21 (8.59% from 255 or 6.71% from 313); Max value from RGB is 194 - color contains mainly: red. Hex color #C26215 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C26215 is #3D9DEA. Grayscale: #767676. Windows color (decimal): -4038123 or 1401538. OLE color: 1401538.

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

Color convert

RGB 194 98 21 -
CMYK 0 0.49 0.89 0.24
HSL 26.71º 0.8% 0.42% -
HSV(B) 26.71º 0.89% 0.76% -
XYZ 26.75 20.26 3.21 -
YUV 117.93 73.3 182.26 -
System Red Green Blue C M Y K H S L
Decimal 194 98 21 0 0.49 0.89 0.24 26.71 0.8 0.42
Hex C2 62 15 0 31 59 18 1B 50 2A
Octal 302 142 25 0 61 131 30 33 120 52
Binary 11000010 1100010 10101 0 110001 1011001 11000 11011 1010000 101010

Color Harmonies of #C26215

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C26215

Black with #C26215

Text Example


Text Example

White with #C26215

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C26215; }

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

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

background-color css

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

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

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

border-color css

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

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

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