#CE751C

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

Shades of Ochre #CE751C

Tints of Ochre #CE751C

Color information

#CE751C (or 0xCE751C) is unknown color: approx Ochre. HEX triplet: CE, 75 and 1C. RGB value is (206,117,28). Sum of RGB (Red+Green+Blue) = 206+117+28=351 (46% of max value = 765). Red value is 206 (80.86% from 255 or 58.69% from 351); Green value is 117 (46.09% from 255 or 33.33% from 351); Blue value is 28 (11.33% from 255 or 7.98% from 351); Max value from RGB is 206 - color contains mainly: red. Hex color #CE751C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CE751C is #318AE3. Grayscale: #858585. Windows color (decimal): -3246820 or 1865166. OLE color: 1865166.

HSL color Cylindrical-coordinate representation of color #CE751C: hue angle of 30º degrees, saturation: 0.76, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #CE751C is Cyan = 0, Magento = 0.43, Yellow = 0.86 and Black (K on CMYK) = 0.19.

Color convert

RGB20611728-
CMYK00.430.860.19
HSL30º76.07%45.88%-
HSV(B)30º86.41%80.78%-
XYZ32.0225.934.42-
YUV133.4668.49179.74-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 58.69%
GREEN value IS 117 (46.09% from 255) = 33.33%
BLUE value IS 28 (11.33% from 255) = 7.98%
R=58.69%
G=33.33%
B=7.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.86
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal2061172800.430.860.193076.0745.88
HexCE751C02B56131e4c2e
Octal31616534053126233611456
Binary110011101110101111000101011101011010011111101001100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CE751C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CE751C; }

 p { color: rgb(206,117,28); }

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

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

 a { background-color: rgb(206,117,28); }

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

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

 span { border-color: rgb(206,117,28); }

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