#C26E1B

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

Shades of Ochre #C26E1B

Tints of Ochre #C26E1B

Color information

#C26E1B (or 0xC26E1B) is unknown color: approx Ochre. HEX triplet: C2, 6E and 1B. RGB value is (194,110,27). Sum of RGB (Red+Green+Blue) = 194+110+27=331 (43% of max value = 765). Red value is 194 (76.17% from 255 or 58.61% from 331); Green value is 110 (43.36% from 255 or 33.23% from 331); Blue value is 27 (10.94% from 255 or 8.16% from 331); Max value from RGB is 194 - color contains mainly: red. Hex color #C26E1B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C26E1B is #3D91E4. Grayscale: #7E7E7E. Windows color (decimal): -4035045 or 1797826. OLE color: 1797826.

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

Color convert

RGB19411027-
CMYK00.430.860.24
HSL29.82º75.57%43.33%-
HSV(B)29.82º86.08%76.08%-
XYZ28.0222.73.94-
YUV125.6572.33176.75-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 58.61%
GREEN value IS 110 (43.36% from 255) = 33.23%
BLUE value IS 27 (10.94% from 255) = 8.16%
R=58.61%
G=33.23%
B=8.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.86
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1941102700.430.860.2429.8275.5743.33
HexC26E1B02B56181e4c2b
Octal30215633053126303611453
Binary110000101101110110110101011101011011000111101001100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C26E1B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C26E1B; }

 p { color: rgb(194,110,27); }

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

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

 a { background-color: rgb(194,110,27); }

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

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

 span { border-color: rgb(194,110,27); }

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