#CF8612

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

Shades of Ochre #CF8612

Tints of Ochre #CF8612

Color information

#CF8612 (or 0xCF8612) is unknown color: approx Ochre. HEX triplet: CF, 86 and 12. RGB value is (207,134,18). Sum of RGB (Red+Green+Blue) = 207+134+18=359 (47% of max value = 765). Red value is 207 (81.25% from 255 or 57.66% from 359); Green value is 134 (52.73% from 255 or 37.33% from 359); Blue value is 18 (7.42% from 255 or 5.01% from 359); Max value from RGB is 207 - color contains mainly: red. Hex color #CF8612 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CF8612 is #3079ED. Grayscale: #8F8F8F. Windows color (decimal): -3176942 or 1214159. OLE color: 1214159.

HSL color Cylindrical-coordinate representation of color #CF8612: hue angle of 36.83º 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 #CF8612 is Cyan = 0, Magento = 0.35, Yellow = 0.91 and Black (K on CMYK) = 0.19.

Color convert

RGB20713418-
CMYK00.350.910.19
HSL36.83º84%44.12%-
HSV(B)36.83º91.3%81.18%-
XYZ34.3730.364.62-
YUV142.657.68173.93-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 57.66%
GREEN value IS 134 (52.73% from 255) = 37.33%
BLUE value IS 18 (7.42% from 255) = 5.01%
R=57.66%
G=37.33%
B=5.01%

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
Decimal2071341800.350.910.1936.838444.12
HexCF86120235B1325542c
Octal31720622043133234512454
Binary11001111100001101001001000111011011100111001011010100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CF8612

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CF8612; }

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

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

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

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

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

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

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

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