Html Css Color HEX #C26919 Chocolate

📋 copy color: '#C26919'

red 194 ◦ green 105 ◦ blue 25

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

Shades of Chocolate #C26919

Tints of Chocolate #C26919

RGB

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

 GREEN value IS 105 (41.41% from 255) = 32.41%

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

R = 59.88%
G = 32.41%
B = 7.72%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.87

 K value IS 0.24

RGB Variations

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

Color information

#C26919 (or 0xC26919) is known color: Chocolate. HEX triplet: C2, 69 and 19. RGB value is (194,105,25). Sum of RGB (Red+Green+Blue) = 194+105+25=324 (42% of max value = 765). Red value is 194 (76.17% from 255 or 59.88% from 324); Green value is 105 (41.41% from 255 or 32.41% from 324); Blue value is 25 (10.16% from 255 or 7.72% from 324); Max value from RGB is 194 - color contains mainly: red. Hex color #C26919 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C26919 is #3D96E6. Grayscale: #7A7A7A. Windows color (decimal): -4036327 or 1665474. OLE color: 1665474.

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

Color convert

RGB 194 105 25 -
CMYK 0 0.46 0.87 0.24
HSL 28.4º 0.77% 0.43% -
HSV(B) 28.4º 0.87% 0.76% -
XYZ 27.48 21.64 3.65 -
YUV 122.49 72.99 179 -
System Red Green Blue C M Y K H S L
Decimal 194 105 25 0 0.46 0.87 0.24 28.4 0.77 0.43
Hex C2 69 19 0 2E 57 18 1C 4D 2B
Octal 302 151 31 0 56 127 30 34 115 53
Binary 11000010 1101001 11001 0 101110 1010111 11000 11100 1001101 101011

Color Harmonies of #C26919

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C26919

Black with #C26919

Text Example


Text Example

White with #C26919

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C26919; }

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

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

background-color css

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

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

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

border-color css

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

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

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