#CF8712

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

Shades of Ochre #CF8712

Tints of Ochre #CF8712

Color information

#CF8712 (or 0xCF8712) is unknown color: approx Ochre. HEX triplet: CF, 87 and 12. RGB value is (207,135,18). Sum of RGB (Red+Green+Blue) = 207+135+18=360 (47% of max value = 765). Red value is 207 (81.25% from 255 or 57.5% from 360); Green value is 135 (53.12% from 255 or 37.5% from 360); Blue value is 18 (7.42% from 255 or 5% from 360); Max value from RGB is 207 - color contains mainly: red. Hex color #CF8712 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CF8712 is #3078ED. Grayscale: #8F8F8F. Windows color (decimal): -3176686 or 1214415. OLE color: 1214415.

HSL color Cylindrical-coordinate representation of color #CF8712: hue angle of 37.14º degrees, saturation: 0.84, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #CF8712 is Cyan = 0, Magento = 0.35, Yellow = 0.91 and Black (K on CMYK) = 0.19.

Color convert

RGB20713518-
CMYK00.350.910.19
HSL37.14º84%44.12%-
HSV(B)37.14º91.3%81.18%-
XYZ34.5130.644.67-
YUV143.1957.35173.51-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 57.5%
GREEN value IS 135 (53.12% from 255) = 37.5%
BLUE value IS 18 (7.42% from 255) = 5%
R=57.5%
G=37.5%
B=5%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.91
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal2071351800.350.910.1937.148444.12
HexCF87120235B1325542c
Octal31720722043133234512454
Binary11001111100001111001001000111011011100111001011010100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CF8712

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CF8712; }

 p { color: rgb(207,135,18); }

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

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

 a { background-color: rgb(207,135,18); }

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

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

 span { border-color: rgb(207,135,18); }

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