#C26F1D

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

Shades of Ochre #C26F1D

Tints of Ochre #C26F1D

Color information

#C26F1D (or 0xC26F1D) is unknown color: approx Ochre. HEX triplet: C2, 6F and 1D. RGB value is (194,111,29). Sum of RGB (Red+Green+Blue) = 194+111+29=334 (44% of max value = 765). Red value is 194 (76.17% from 255 or 58.08% from 334); Green value is 111 (43.75% from 255 or 33.23% from 334); Blue value is 29 (11.72% from 255 or 8.68% from 334); Max value from RGB is 194 - color contains mainly: red. Hex color #C26F1D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C26F1D is #3D90E2. Grayscale: #7E7E7E. Windows color (decimal): -4034787 or 1929154. OLE color: 1929154.

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

Color convert

RGB19411129-
CMYK00.430.850.24
HSL29.82º73.99%43.73%-
HSV(B)29.82º85.05%76.08%-
XYZ28.1522.934.1-
YUV126.4773176.17-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 58.08%
GREEN value IS 111 (43.75% from 255) = 33.23%
BLUE value IS 29 (11.72% from 255) = 8.68%
R=58.08%
G=33.23%
B=8.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.85
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1941112900.430.850.2429.8273.9943.73
HexC26F1D02B55181e4a2c
Octal30215735053125303611254
Binary110000101101111111010101011101010111000111101001010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C26F1D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C26F1D; }

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

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

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

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

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

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

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

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