Html Css Color HEX #C26614 Chocolate

📋 copy color: '#C26614'

red 194 ◦ green 102 ◦ blue 20

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

Shades of Chocolate #C26614

Tints of Chocolate #C26614

RGB

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

 GREEN value IS 102 (40.23% from 255) = 32.28%

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

R = 61.39%
G = 32.28%
B = 6.33%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.90

 K value IS 0.24

RGB Variations

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

Color information

#C26614 (or 0xC26614) is known color: Chocolate. HEX triplet: C2, 66 and 14. RGB value is (194,102,20). Sum of RGB (Red+Green+Blue) = 194+102+20=316 (41% of max value = 765). Red value is 194 (76.17% from 255 or 61.39% from 316); Green value is 102 (40.23% from 255 or 32.28% from 316); Blue value is 20 (8.20% from 255 or 6.33% from 316); Max value from RGB is 194 - color contains mainly: red. Hex color #C26614 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C26614 is #3D99EB. Grayscale: #787878. Windows color (decimal): -4037100 or 1337026. OLE color: 1337026.

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

Color convert

RGB 194 102 20 -
CMYK 0 0.47 0.90 0.24
HSL 28.28º 0.81% 0.42% -
HSV(B) 28.28º 0.9% 0.76% -
XYZ 27.13 21.02 3.29 -
YUV 120.16 71.48 180.67 -
System Red Green Blue C M Y K H S L
Decimal 194 102 20 0 0.47 0.90 0.24 28.28 0.81 0.42
Hex C2 66 14 0 2F 5A 18 1C 51 2A
Octal 302 146 24 0 57 132 30 34 121 52
Binary 11000010 1100110 10100 0 101111 1011010 11000 11100 1010001 101010

Color Harmonies of #C26614

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C26614

Black with #C26614

Text Example


Text Example

White with #C26614

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C26614; }

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

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

background-color css

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

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

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

border-color css

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

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

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