Html Css Color HEX #C26519 Chocolate

📋 copy color: '#C26519'

red 194 ◦ green 101 ◦ blue 25

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

Shades of Chocolate #C26519

Tints of Chocolate #C26519

RGB

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

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

 BLUE value IS 25 (10.16% from 255) = 7.81%

R = 60.63%
G = 31.56%
B = 7.81%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.87

 K value IS 0.24

RGB Variations

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

Color information

#C26519 (or 0xC26519) is known color: Chocolate. HEX triplet: C2, 65 and 19. RGB value is (194,101,25). Sum of RGB (Red+Green+Blue) = 194+101+25=320 (42% of max value = 765). Red value is 194 (76.17% from 255 or 60.62% from 320); Green value is 101 (39.84% from 255 or 31.56% from 320); Blue value is 25 (10.16% from 255 or 7.81% from 320); Max value from RGB is 194 - color contains mainly: red. Hex color #C26519 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C26519 is #3D9AE6. Grayscale: #787878. Windows color (decimal): -4037351 or 1664450. OLE color: 1664450.

HSL color Cylindrical-coordinate representation of color #C26519: hue angle of 26.98º degrees, saturation: 0.77, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #C26519 is Cyan = 0, Magento = 0.48, Yellow = 0.87 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 101 25 -
CMYK 0 0.48 0.87 0.24
HSL 26.98º 0.77% 0.43% -
HSV(B) 26.98º 0.87% 0.76% -
XYZ 27.08 20.85 3.52 -
YUV 120.14 74.31 180.68 -
System Red Green Blue C M Y K H S L
Decimal 194 101 25 0 0.48 0.87 0.24 26.98 0.77 0.43
Hex C2 65 19 0 30 57 18 1B 4D 2B
Octal 302 145 31 0 60 127 30 33 115 53
Binary 11000010 1100101 11001 0 110000 1010111 11000 11011 1001101 101011

Color Harmonies of #C26519

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C26519

Black with #C26519

Text Example


Text Example

White with #C26519

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C26519; }

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

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

background-color css

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

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

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

border-color css

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

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

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