#ce7b0c

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

Shades of Ochre #CE7B0C

Tints of Ochre #CE7B0C

Color information

#CE7B0C (or 0xCE7B0C) is unknown color: approx Ochre. HEX triplet: CE, 7B and 0C. RGB value is (206,123,12). Sum of RGB (Red+Green+Blue) = 206+123+12=341 (45% of max value = 765). Red value is 206 (80.86% from 255 or 60.41% from 341); Green value is 123 (48.44% from 255 or 36.07% from 341); Blue value is 12 (5.08% from 255 or 3.52% from 341); Max value from RGB is 206 - color contains mainly: red. Hex color #CE7B0C is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CE7B0C is #3184F3. Grayscale: #878787. Windows color (decimal): -3245300 or 818126. OLE color: 818126.

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

Color convert

RGB20612312-
CMYK00.400.940.19
HSL34.33º88.99%42.75%-
HSV(B)34.33º94.17%80.78%-
XYZ32.627.313.9-
YUV135.1658.5178.53-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 60.41%
GREEN value IS 123 (48.44% from 255) = 36.07%
BLUE value IS 12 (5.08% from 255) = 3.52%
R=60.41%
G=36.07%
B=3.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.94
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal2061231200.400.940.1934.3388.9942.75
HexCE7BC0285E1322592b
Octal31617314050136234213153
Binary110011101111011110001010001011110100111000101011001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ce7b0c

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ce7b0c; }

 p { color: rgb(206,123,12); }

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

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

 a { background-color: rgb(206,123,12); }

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

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

 span { border-color: rgb(206,123,12); }

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