Html Css Color HEX #C26B10 Chocolate

📋 copy color: '#C26B10'

red 194 ◦ green 107 ◦ blue 16

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

Shades of Chocolate #C26B10

Tints of Chocolate #C26B10

RGB

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

 GREEN value IS 107 (42.19% from 255) = 33.75%

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

R = 61.2%
G = 33.75%
B = 5.05%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.92

 K value IS 0.24

RGB Variations

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

Color information

#C26B10 (or 0xC26B10) is known color: Chocolate. HEX triplet: C2, 6B and 10. RGB value is (194,107,16). Sum of RGB (Red+Green+Blue) = 194+107+16=317 (41% of max value = 765). Red value is 194 (76.17% from 255 or 61.20% from 317); Green value is 107 (42.19% from 255 or 33.75% from 317); Blue value is 16 (6.64% from 255 or 5.05% from 317); Max value from RGB is 194 - color contains mainly: red. Hex color #C26B10 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C26B10 is #3D94EF. Grayscale: #7B7B7B. Windows color (decimal): -4035824 or 1076162. OLE color: 1076162.

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

Color convert

RGB 194 107 16 -
CMYK 0 0.45 0.92 0.24
HSL 30.67º 0.85% 0.41% -
HSV(B) 30.67º 0.92% 0.76% -
XYZ 27.6 22.02 3.29 -
YUV 122.64 67.82 178.9 -
System Red Green Blue C M Y K H S L
Decimal 194 107 16 0 0.45 0.92 0.24 30.67 0.85 0.41
Hex C2 6B 10 0 2D 5C 18 1F 55 29
Octal 302 153 20 0 55 134 30 37 125 51
Binary 11000010 1101011 10000 0 101101 1011100 11000 11111 1010101 101001

Color Harmonies of #C26B10

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C26B10

Black with #C26B10

Text Example


Text Example

White with #C26B10

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C26B10; }

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

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

background-color css

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

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

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

border-color css

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

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

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