Html Css Color HEX #C26015 Chocolate

📋 copy color: '#C26015'

red 194 ◦ green 96 ◦ blue 21

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

Shades of Chocolate #C26015

Tints of Chocolate #C26015

RGB

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

 GREEN value IS 96 (37.89% from 255) = 30.87%

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

R = 62.38%
G = 30.87%
B = 6.75%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.89

 K value IS 0.24

RGB Variations

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

Color information

#C26015 (or 0xC26015) is known color: Chocolate. HEX triplet: C2, 60 and 15. RGB value is (194,96,21). Sum of RGB (Red+Green+Blue) = 194+96+21=311 (41% of max value = 765). Red value is 194 (76.17% from 255 or 62.38% from 311); Green value is 96 (37.89% from 255 or 30.87% from 311); Blue value is 21 (8.59% from 255 or 6.75% from 311); Max value from RGB is 194 - color contains mainly: red. Hex color #C26015 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C26015 is #3D9FEA. Grayscale: #757575. Windows color (decimal): -4038635 or 1401026. OLE color: 1401026.

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

Color convert

RGB 194 96 21 -
CMYK 0 0.51 0.89 0.24
HSL 26.01º 0.8% 0.42% -
HSV(B) 26.01º 0.89% 0.76% -
XYZ 26.57 19.89 3.15 -
YUV 116.75 73.97 183.1 -
System Red Green Blue C M Y K H S L
Decimal 194 96 21 0 0.51 0.89 0.24 26.01 0.8 0.42
Hex C2 60 15 0 33 59 18 1A 50 2A
Octal 302 140 25 0 63 131 30 32 120 52
Binary 11000010 1100000 10101 0 110011 1011001 11000 11010 1010000 101010

Color Harmonies of #C26015

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C26015

Black with #C26015

Text Example


Text Example

White with #C26015

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C26015; }

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

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

background-color css

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

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

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

border-color css

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

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

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