#CF7216

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

Shades of Ochre #CF7216

Tints of Ochre #CF7216

Color information

#CF7216 (or 0xCF7216) is unknown color: approx Ochre. HEX triplet: CF, 72 and 16. RGB value is (207,114,22). Sum of RGB (Red+Green+Blue) = 207+114+22=343 (45% of max value = 765). Red value is 207 (81.25% from 255 or 60.35% from 343); Green value is 114 (44.92% from 255 or 33.24% from 343); Blue value is 22 (8.98% from 255 or 6.41% from 343); Max value from RGB is 207 - color contains mainly: red. Hex color #CF7216 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CF7216 is #308DE9. Grayscale: #838383. Windows color (decimal): -3182058 or 1471183. OLE color: 1471183.

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

Color convert

RGB20711422-
CMYK00.450.890.19
HSL29.84º80.79%44.9%-
HSV(B)29.84º89.37%81.18%-
XYZ31.8925.363.97-
YUV131.3266.31181.98-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 60.35%
GREEN value IS 114 (44.92% from 255) = 33.24%
BLUE value IS 22 (8.98% from 255) = 6.41%
R=60.35%
G=33.24%
B=6.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.89
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal2071142200.450.890.1929.8480.7944.9
HexCF721602D59131e512d
Octal31716226055131233612155
Binary110011111110010101100101101101100110011111101010001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CF7216

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CF7216; }

 p { color: rgb(207,114,22); }

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

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

 a { background-color: rgb(207,114,22); }

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

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

 span { border-color: rgb(207,114,22); }

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