#CE7A19

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

Shades of Ochre #CE7A19

Tints of Ochre #CE7A19

Color information

#CE7A19 (or 0xCE7A19) is unknown color: approx Ochre. HEX triplet: CE, 7A and 19. RGB value is (206,122,25). Sum of RGB (Red+Green+Blue) = 206+122+25=353 (46% of max value = 765). Red value is 206 (80.86% from 255 or 58.36% from 353); Green value is 122 (48.05% from 255 or 34.56% from 353); Blue value is 25 (10.16% from 255 or 7.08% from 353); Max value from RGB is 206 - color contains mainly: red. Hex color #CE7A19 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CE7A19 is #3185E6. Grayscale: #888888. Windows color (decimal): -3245543 or 1669838. OLE color: 1669838.

HSL color Cylindrical-coordinate representation of color #CE7A19: hue angle of 32.15º degrees, saturation: 0.78, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #CE7A19 is Cyan = 0, Magento = 0.41, Yellow = 0.88 and Black (K on CMYK) = 0.19.

Color convert

RGB20612225-
CMYK00.410.880.19
HSL32.15º78.35%45.29%-
HSV(B)32.15º87.86%80.78%-
XYZ32.5927.114.44-
YUV136.0665.33177.89-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 58.36%
GREEN value IS 122 (48.05% from 255) = 34.56%
BLUE value IS 25 (10.16% from 255) = 7.08%
R=58.36%
G=34.56%
B=7.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.88
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal2061222500.410.880.1932.1578.3545.29
HexCE7A190295813204e2d
Octal31617231051130234011655
Binary1100111011110101100101010011011000100111000001001110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CE7A19

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CE7A19; }

 p { color: rgb(206,122,25); }

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

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

 a { background-color: rgb(206,122,25); }

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

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

 span { border-color: rgb(206,122,25); }

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