Html Css Color HEX #C26615 Chocolate

📋 copy color: '#C26615'

red 194 ◦ green 102 ◦ blue 21

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

Shades of Chocolate #C26615

Tints of Chocolate #C26615

RGB

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

 GREEN value IS 102 (40.23% from 255) = 32.18%

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

R = 61.2%
G = 32.18%
B = 6.62%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.89

 K value IS 0.24

RGB Variations

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

Color information

#C26615 (or 0xC26615) is known color: Chocolate. HEX triplet: C2, 66 and 15. RGB value is (194,102,21). Sum of RGB (Red+Green+Blue) = 194+102+21=317 (41% of max value = 765). Red value is 194 (76.17% from 255 or 61.20% from 317); Green value is 102 (40.23% from 255 or 32.18% from 317); Blue value is 21 (8.59% from 255 or 6.62% from 317); Max value from RGB is 194 - color contains mainly: red. Hex color #C26615 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C26615 is #3D99EA. Grayscale: #787878. Windows color (decimal): -4037099 or 1402562. OLE color: 1402562.

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

Color convert

RGB 194 102 21 -
CMYK 0 0.47 0.89 0.24
HSL 28.09º 0.8% 0.42% -
HSV(B) 28.09º 0.89% 0.76% -
XYZ 27.13 21.03 3.34 -
YUV 120.27 71.98 180.59 -
System Red Green Blue C M Y K H S L
Decimal 194 102 21 0 0.47 0.89 0.24 28.09 0.8 0.42
Hex C2 66 15 0 2F 59 18 1C 50 2A
Octal 302 146 25 0 57 131 30 34 120 52
Binary 11000010 1100110 10101 0 101111 1011001 11000 11100 1010000 101010

Color Harmonies of #C26615

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C26615

Black with #C26615

Text Example


Text Example

White with #C26615

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C26615; }

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

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

background-color css

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

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

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

border-color css

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

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

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