#CF760C

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

Shades of Ochre #CF760C

Tints of Ochre #CF760C

Color information

#CF760C (or 0xCF760C) is unknown color: approx Ochre. HEX triplet: CF, 76 and 0C. RGB value is (207,118,12). Sum of RGB (Red+Green+Blue) = 207+118+12=337 (44% of max value = 765). Red value is 207 (81.25% from 255 or 61.42% from 337); Green value is 118 (46.48% from 255 or 35.01% from 337); Blue value is 12 (5.08% from 255 or 3.56% from 337); Max value from RGB is 207 - color contains mainly: red. Hex color #CF760C is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CF760C is #3089F3. Grayscale: #858585. Windows color (decimal): -3181044 or 816847. OLE color: 816847.

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

Color convert

RGB20711812-
CMYK00.430.940.19
HSL32.62º89.04%42.94%-
HSV(B)32.62º94.2%81.18%-
XYZ32.2826.253.71-
YUV132.5359.99181.12-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 61.42%
GREEN value IS 118 (46.48% from 255) = 35.01%
BLUE value IS 12 (5.08% from 255) = 3.56%
R=61.42%
G=35.01%
B=3.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.94
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal2071181200.430.940.1932.6289.0442.94
HexCF76C02B5E1321592b
Octal31716614053136234113153
Binary110011111110110110001010111011110100111000011011001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CF760C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CF760C; }

 p { color: rgb(207,118,12); }

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

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

 a { background-color: rgb(207,118,12); }

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

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

 span { border-color: rgb(207,118,12); }

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