Html Css Color HEX #C26314 Chocolate

📋 copy color: '#C26314'

red 194 ◦ green 99 ◦ blue 20

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

Shades of Chocolate #C26314

Tints of Chocolate #C26314

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 6.39%

R = 61.98%
G = 31.63%
B = 6.39%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.90

 K value IS 0.24

RGB Variations

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

Color information

#C26314 (or 0xC26314) is known color: Chocolate. HEX triplet: C2, 63 and 14. RGB value is (194,99,20). Sum of RGB (Red+Green+Blue) = 194+99+20=313 (41% of max value = 765). Red value is 194 (76.17% from 255 or 61.98% from 313); Green value is 99 (39.06% from 255 or 31.63% from 313); Blue value is 20 (8.20% from 255 or 6.39% from 313); Max value from RGB is 194 - color contains mainly: red. Hex color #C26314 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C26314 is #3D9CEB. Grayscale: #767676. Windows color (decimal): -4037868 or 1336258. OLE color: 1336258.

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

Color convert

RGB 194 99 20 -
CMYK 0 0.49 0.90 0.24
HSL 27.24º 0.81% 0.42% -
HSV(B) 27.24º 0.9% 0.76% -
XYZ 26.84 20.44 3.19 -
YUV 118.4 72.47 181.92 -
System Red Green Blue C M Y K H S L
Decimal 194 99 20 0 0.49 0.90 0.24 27.24 0.81 0.42
Hex C2 63 14 0 31 5A 18 1B 51 2A
Octal 302 143 24 0 61 132 30 33 121 52
Binary 11000010 1100011 10100 0 110001 1011010 11000 11011 1010001 101010

Color Harmonies of #C26314

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C26314

Black with #C26314

Text Example


Text Example

White with #C26314

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C26314; }

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

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

background-color css

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

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

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

border-color css

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

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

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