Html Css Color HEX #C26A20 Chocolate

📋 copy color: '#C26A20'

red 194 ◦ green 106 ◦ blue 32

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

Shades of Chocolate #C26A20

Tints of Chocolate #C26A20

RGB

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

 GREEN value IS 106 (41.8% from 255) = 31.93%

 BLUE value IS 32 (12.89% from 255) = 9.64%

R = 58.43%
G = 31.93%
B = 9.64%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.84

 K value IS 0.24

RGB Variations

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

Color information

#C26A20 (or 0xC26A20) is known color: Chocolate. HEX triplet: C2, 6A and 20. RGB value is (194,106,32). Sum of RGB (Red+Green+Blue) = 194+106+32=332 (43% of max value = 765). Red value is 194 (76.17% from 255 or 58.43% from 332); Green value is 106 (41.80% from 255 or 31.93% from 332); Blue value is 32 (12.89% from 255 or 9.64% from 332); Max value from RGB is 194 - color contains mainly: red. Hex color #C26A20 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C26A20 is #3D95DF. Grayscale: #7C7C7C. Windows color (decimal): -4036064 or 2124482. OLE color: 2124482.

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

Color convert

RGB 194 106 32 -
CMYK 0 0.45 0.84 0.24
HSL 27.41º 0.72% 0.44% -
HSV(B) 27.41º 0.84% 0.76% -
XYZ 27.66 21.88 4.13 -
YUV 123.88 76.15 178.02 -
System Red Green Blue C M Y K H S L
Decimal 194 106 32 0 0.45 0.84 0.24 27.41 0.72 0.44
Hex C2 6A 20 0 2D 54 18 1B 48 2C
Octal 302 152 40 0 55 124 30 33 110 54
Binary 11000010 1101010 100000 0 101101 1010100 11000 11011 1001000 101100

Color Harmonies of #C26A20

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C26A20

Black with #C26A20

Text Example


Text Example

White with #C26A20

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C26A20; }

 p { color: rgb(194,106,32); }

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

background-color css

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

 a { background-color: rgb(194,106,32); }

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

border-color css

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

 span { border-color: rgb(194,106,32); }

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