#C26C1D

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

Shades of Ochre #C26C1D

Tints of Ochre #C26C1D

Color information

#C26C1D (or 0xC26C1D) is unknown color: approx Ochre. HEX triplet: C2, 6C and 1D. RGB value is (194,108,29). Sum of RGB (Red+Green+Blue) = 194+108+29=331 (43% of max value = 765). Red value is 194 (76.17% from 255 or 58.61% from 331); Green value is 108 (42.58% from 255 or 32.63% from 331); Blue value is 29 (11.72% from 255 or 8.76% from 331); Max value from RGB is 194 - color contains mainly: red. Hex color #C26C1D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C26C1D is #3D93E2. Grayscale: #7D7D7D. Windows color (decimal): -4035555 or 1928386. OLE color: 1928386.

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

Color convert

RGB19410829-
CMYK00.440.850.24
HSL28.73º73.99%43.73%-
HSV(B)28.73º85.05%76.08%-
XYZ27.8322.284-
YUV124.7173.99177.42-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 58.61%
GREEN value IS 108 (42.58% from 255) = 32.63%
BLUE value IS 29 (11.72% from 255) = 8.76%
R=58.61%
G=32.63%
B=8.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.85
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1941082900.440.850.2428.7373.9943.73
HexC26C1D02C55181d4a2c
Octal30215435054125303511254
Binary110000101101100111010101100101010111000111011001010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C26C1D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C26C1D; }

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

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

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

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

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

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

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

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