#CF7A20

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

Shades of Ochre #CF7A20

Tints of Ochre #CF7A20

Color information

#CF7A20 (or 0xCF7A20) is unknown color: approx Ochre. HEX triplet: CF, 7A and 20. RGB value is (207,122,32). Sum of RGB (Red+Green+Blue) = 207+122+32=361 (47% of max value = 765). Red value is 207 (81.25% from 255 or 57.34% from 361); Green value is 122 (48.05% from 255 or 33.80% from 361); Blue value is 32 (12.89% from 255 or 8.86% from 361); Max value from RGB is 207 - color contains mainly: red. Hex color #CF7A20 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CF7A20 is #3085DF. Grayscale: #898989. Windows color (decimal): -3180000 or 2128591. OLE color: 2128591.

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

Color convert

RGB20712232-
CMYK00.410.850.19
HSL30.86º73.22%46.86%-
HSV(B)30.86º84.54%81.18%-
XYZ32.9527.294.9-
YUV137.1668.66177.82-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 57.34%
GREEN value IS 122 (48.05% from 255) = 33.80%
BLUE value IS 32 (12.89% from 255) = 8.86%
R=57.34%
G=33.80%
B=8.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.85
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal2071223200.410.850.1930.8673.2246.86
HexCF7A2002955131f492f
Octal31717240051125233711157
Binary1100111111110101000000101001101010110011111111001001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CF7A20

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CF7A20; }

 p { color: rgb(207,122,32); }

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

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

 a { background-color: rgb(207,122,32); }

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

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

 span { border-color: rgb(207,122,32); }

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