Html Css Color HEX #C26218 Chocolate

📋 copy color: '#C26218'

red 194 ◦ green 98 ◦ blue 24

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

Shades of Chocolate #C26218

Tints of Chocolate #C26218

RGB

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

 GREEN value IS 98 (38.67% from 255) = 31.01%

 BLUE value IS 24 (9.77% from 255) = 7.59%

R = 61.39%
G = 31.01%
B = 7.59%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.88

 K value IS 0.24

RGB Variations

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

Color information

#C26218 (or 0xC26218) is known color: Chocolate. HEX triplet: C2, 62 and 18. RGB value is (194,98,24). Sum of RGB (Red+Green+Blue) = 194+98+24=316 (41% of max value = 765). Red value is 194 (76.17% from 255 or 61.39% from 316); Green value is 98 (38.67% from 255 or 31.01% from 316); Blue value is 24 (9.77% from 255 or 7.59% from 316); Max value from RGB is 194 - color contains mainly: red. Hex color #C26218 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C26218 is #3D9DE7. Grayscale: #767676. Windows color (decimal): -4038120 or 1598146. OLE color: 1598146.

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

Color convert

RGB 194 98 24 -
CMYK 0 0.49 0.88 0.24
HSL 26.12º 0.78% 0.43% -
HSV(B) 26.12º 0.88% 0.76% -
XYZ 26.78 20.27 3.37 -
YUV 118.27 74.8 182.02 -
System Red Green Blue C M Y K H S L
Decimal 194 98 24 0 0.49 0.88 0.24 26.12 0.78 0.43
Hex C2 62 18 0 31 58 18 1A 4E 2B
Octal 302 142 30 0 61 130 30 32 116 53
Binary 11000010 1100010 11000 0 110001 1011000 11000 11010 1001110 101011

Color Harmonies of #C26218

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C26218

Black with #C26218

Text Example


Text Example

White with #C26218

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C26218; }

 p { color: rgb(194,98,24); }

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

background-color css

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

 a { background-color: rgb(194,98,24); }

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

border-color css

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

 span { border-color: rgb(194,98,24); }

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