#C26B1D

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

Shades of Ochre #C26B1D

Tints of Ochre #C26B1D

Color information

#C26B1D (or 0xC26B1D) is unknown color: approx Ochre. HEX triplet: C2, 6B and 1D. RGB value is (194,107,29). Sum of RGB (Red+Green+Blue) = 194+107+29=330 (43% of max value = 765). Red value is 194 (76.17% from 255 or 58.79% from 330); Green value is 107 (42.19% from 255 or 32.42% from 330); Blue value is 29 (11.72% from 255 or 8.79% from 330); Max value from RGB is 194 - color contains mainly: red. Hex color #C26B1D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C26B1D is #3D94E2. Grayscale: #7C7C7C. Windows color (decimal): -4035811 or 1928130. OLE color: 1928130.

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

Color convert

RGB19410729-
CMYK00.450.850.24
HSL28.36º73.99%43.73%-
HSV(B)28.36º85.05%76.08%-
XYZ27.7322.073.96-
YUV124.1274.32177.84-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 58.79%
GREEN value IS 107 (42.19% from 255) = 32.42%
BLUE value IS 29 (11.72% from 255) = 8.79%
R=58.79%
G=32.42%
B=8.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.85
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1941072900.450.850.2428.3673.9943.73
HexC26B1D02D55181c4a2c
Octal30215335055125303411254
Binary110000101101011111010101101101010111000111001001010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C26B1D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C26B1D; }

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

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

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

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

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

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

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

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