Html Css Color HEX #C26C10 Chocolate

📋 copy color: '#C26C10'

red 194 ◦ green 108 ◦ blue 16

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

Shades of Chocolate #C26C10

Tints of Chocolate #C26C10

RGB

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

 GREEN value IS 108 (42.58% from 255) = 33.96%

 BLUE value IS 16 (6.64% from 255) = 5.03%

R = 61.01%
G = 33.96%
B = 5.03%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.92

 K value IS 0.24

RGB Variations

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

Color information

#C26C10 (or 0xC26C10) is known color: Chocolate. HEX triplet: C2, 6C and 10. RGB value is (194,108,16). Sum of RGB (Red+Green+Blue) = 194+108+16=318 (42% of max value = 765). Red value is 194 (76.17% from 255 or 61.01% from 318); Green value is 108 (42.58% from 255 or 33.96% from 318); Blue value is 16 (6.64% from 255 or 5.03% from 318); Max value from RGB is 194 - color contains mainly: red. Hex color #C26C10 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C26C10 is #3D93EF. Grayscale: #7B7B7B. Windows color (decimal): -4035568 or 1076418. OLE color: 1076418.

HSL color Cylindrical-coordinate representation of color #C26C10: hue angle of 31.01º degrees, saturation: 0.85, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #C26C10 is Cyan = 0, Magento = 0.44, Yellow = 0.92 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 108 16 -
CMYK 0 0.44 0.92 0.24
HSL 31.01º 0.85% 0.41% -
HSV(B) 31.01º 0.92% 0.76% -
XYZ 27.7 22.23 3.32 -
YUV 123.23 67.49 178.48 -
System Red Green Blue C M Y K H S L
Decimal 194 108 16 0 0.44 0.92 0.24 31.01 0.85 0.41
Hex C2 6C 10 0 2C 5C 18 1F 55 29
Octal 302 154 20 0 54 134 30 37 125 51
Binary 11000010 1101100 10000 0 101100 1011100 11000 11111 1010101 101001

Color Harmonies of #C26C10

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C26C10

Black with #C26C10

Text Example


Text Example

White with #C26C10

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C26C10; }

 p { color: rgb(194,108,16); }

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

background-color css

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

 a { background-color: rgb(194,108,16); }

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

border-color css

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

 span { border-color: rgb(194,108,16); }

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