#C2801A

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

Shades of Ochre #C2801A

Tints of Ochre #C2801A

Color information

#C2801A (or 0xC2801A) is unknown color: approx Ochre. HEX triplet: C2, 80 and 1A. RGB value is (194,128,26). Sum of RGB (Red+Green+Blue) = 194+128+26=348 (46% of max value = 765). Red value is 194 (76.17% from 255 or 55.75% from 348); Green value is 128 (50.39% from 255 or 36.78% from 348); Blue value is 26 (10.55% from 255 or 7.47% from 348); Max value from RGB is 194 - color contains mainly: red. Hex color #C2801A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C2801A is #3D7FE5. Grayscale: #888888. Windows color (decimal): -4030438 or 1736898. OLE color: 1736898.

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

Color convert

RGB19412826-
CMYK00.340.870.24
HSL36.43º76.36%43.14%-
HSV(B)36.43º86.6%76.08%-
XYZ30.1526.984.6-
YUV136.1165.87169.29-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 55.75%
GREEN value IS 128 (50.39% from 255) = 36.78%
BLUE value IS 26 (10.55% from 255) = 7.47%
R=55.75%
G=36.78%
B=7.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.87
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1941282600.340.870.2436.4376.3643.14
HexC2801A0225718244c2b
Octal30220032042127304411453
Binary11000010100000001101001000101010111110001001001001100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2801A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2801A; }

 p { color: rgb(194,128,26); }

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

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

 a { background-color: rgb(194,128,26); }

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

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

 span { border-color: rgb(194,128,26); }

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