Html Css Color HEX #C26318 Chocolate

📋 copy color: '#C26318'

red 194 ◦ green 99 ◦ blue 24

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

Shades of Chocolate #C26318

Tints of Chocolate #C26318

RGB

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

 GREEN value IS 99 (39.06% from 255) = 31.23%

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

R = 61.2%
G = 31.23%
B = 7.57%

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

#C26318 (or 0xC26318) is known color: Chocolate. HEX triplet: C2, 63 and 18. RGB value is (194,99,24). Sum of RGB (Red+Green+Blue) = 194+99+24=317 (41% of max value = 765). Red value is 194 (76.17% from 255 or 61.20% from 317); Green value is 99 (39.06% from 255 or 31.23% from 317); Blue value is 24 (9.77% from 255 or 7.57% from 317); Max value from RGB is 194 - color contains mainly: red. Hex color #C26318 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C26318 is #3D9CE7. Grayscale: #777777. Windows color (decimal): -4037864 or 1598402. OLE color: 1598402.

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

Color convert

RGB 194 99 24 -
CMYK 0 0.49 0.88 0.24
HSL 26.47º 0.78% 0.43% -
HSV(B) 26.47º 0.88% 0.76% -
XYZ 26.87 20.46 3.4 -
YUV 118.86 74.47 181.6 -
System Red Green Blue C M Y K H S L
Decimal 194 99 24 0 0.49 0.88 0.24 26.47 0.78 0.43
Hex C2 63 18 0 31 58 18 1A 4E 2B
Octal 302 143 30 0 61 130 30 32 116 53
Binary 11000010 1100011 11000 0 110001 1011000 11000 11010 1001110 101011

Color Harmonies of #C26318

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C26318

Black with #C26318

Text Example


Text Example

White with #C26318

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C26318; }

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

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

background-color css

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

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

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

border-color css

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

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

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