#C26F21

Color #C26F21 Ochre (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Ochre #C26F21

Tints of Ochre #C26F21

Color information

#C26F21 (or 0xC26F21) is unknown color: approx Ochre. HEX triplet: C2, 6F and 21. RGB value is (194,111,33). Sum of RGB (Red+Green+Blue) = 194+111+33=338 (44% of max value = 765). Red value is 194 (76.17% from 255 or 57.40% from 338); Green value is 111 (43.75% from 255 or 32.84% from 338); Blue value is 33 (13.28% from 255 or 9.76% from 338); Max value from RGB is 194 - color contains mainly: red. Hex color #C26F21 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C26F21 is #3D90DE. Grayscale: #7F7F7F. Windows color (decimal): -4034783 or 2191298. OLE color: 2191298.

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

Color convert

RGB19411133-
CMYK00.430.830.24
HSL29.07º70.93%44.51%-
HSV(B)29.07º82.99%76.08%-
XYZ28.2122.954.38-
YUV126.9275175.84-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 57.40%
GREEN value IS 111 (43.75% from 255) = 32.84%
BLUE value IS 33 (13.28% from 255) = 9.76%
R=57.40%
G=32.84%
B=9.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.83
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1941113300.430.830.2429.0770.9344.51
HexC26F2102B53181d472d
Octal30215741053123303510755
Binary1100001011011111000010101011101001111000111011000111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C26F21

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C26F21; }

 p { color: rgb(194,111,33); }

 H1.HeaderClassName
 {
   color: #C26F21;
 }
 .AnyTagClassName
 {
   color: #C26F21;
 }
</style>
background-color css

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

 a { background-color: rgb(194,111,33); }

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

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

 span { border-color: rgb(194,111,33); }

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