Html Css Color HEX #C26513 Chocolate

📋 copy color: '#C26513'

red 194 ◦ green 101 ◦ blue 19

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

Shades of Chocolate #C26513

Tints of Chocolate #C26513

RGB

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

 GREEN value IS 101 (39.84% from 255) = 32.17%

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

R = 61.78%
G = 32.17%
B = 6.05%

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

#C26513 (or 0xC26513) is known color: Chocolate. HEX triplet: C2, 65 and 13. RGB value is (194,101,19). Sum of RGB (Red+Green+Blue) = 194+101+19=314 (41% of max value = 765). Red value is 194 (76.17% from 255 or 61.78% from 314); Green value is 101 (39.84% from 255 or 32.17% from 314); Blue value is 19 (7.81% from 255 or 6.05% from 314); Max value from RGB is 194 - color contains mainly: red. Hex color #C26513 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C26513 is #3D9AEC. Grayscale: #777777. Windows color (decimal): -4037357 or 1271234. OLE color: 1271234.

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

Color convert

RGB 194 101 19 -
CMYK 0 0.48 0.90 0.24
HSL 28.11º 0.82% 0.42% -
HSV(B) 28.11º 0.9% 0.76% -
XYZ 27.02 20.82 3.21 -
YUV 119.46 71.31 181.17 -
System Red Green Blue C M Y K H S L
Decimal 194 101 19 0 0.48 0.90 0.24 28.11 0.82 0.42
Hex C2 65 13 0 30 5A 18 1C 52 2A
Octal 302 145 23 0 60 132 30 34 122 52
Binary 11000010 1100101 10011 0 110000 1011010 11000 11100 1010010 101010

Color Harmonies of #C26513

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C26513

Black with #C26513

Text Example


Text Example

White with #C26513

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C26513; }

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

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

background-color css

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

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

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

border-color css

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

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

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