#C2701B

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

Shades of Ochre #C2701B

Tints of Ochre #C2701B

Color information

#C2701B (or 0xC2701B) is unknown color: approx Ochre. HEX triplet: C2, 70 and 1B. RGB value is (194,112,27). Sum of RGB (Red+Green+Blue) = 194+112+27=333 (44% of max value = 765). Red value is 194 (76.17% from 255 or 58.26% from 333); Green value is 112 (44.14% from 255 or 33.63% from 333); Blue value is 27 (10.94% from 255 or 8.11% from 333); Max value from RGB is 194 - color contains mainly: red. Hex color #C2701B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C2701B is #3D8FE4. Grayscale: #7F7F7F. Windows color (decimal): -4034533 or 1798338. OLE color: 1798338.

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

Color convert

RGB19411227-
CMYK00.420.860.24
HSL30.54º75.57%43.33%-
HSV(B)30.54º86.08%76.08%-
XYZ28.2423.144.01-
YUV126.8371.67175.91-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 58.26%
GREEN value IS 112 (44.14% from 255) = 33.63%
BLUE value IS 27 (10.94% from 255) = 8.11%
R=58.26%
G=33.63%
B=8.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.86
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1941122700.420.860.2430.5475.5743.33
HexC2701B02A56181f4c2b
Octal30216033052126303711453
Binary110000101110000110110101010101011011000111111001100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2701B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2701B; }

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

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

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

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

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

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

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

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