#CF903E

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

Shades of Anzac #CF903E

Tints of Anzac #CF903E

Color information

#CF903E (or 0xCF903E) is unknown color: approx Anzac. HEX triplet: CF, 90 and 3E. RGB value is (207,144,62). Sum of RGB (Red+Green+Blue) = 207+144+62=413 (54% of max value = 765). Red value is 207 (81.25% from 255 or 50.12% from 413); Green value is 144 (56.64% from 255 or 34.87% from 413); Blue value is 62 (24.61% from 255 or 15.01% from 413); Max value from RGB is 207 - color contains mainly: red. Hex color #CF903E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CF903E is #306FC1. Grayscale: #999999. Windows color (decimal): -3174338 or 4100303. OLE color: 4100303.

HSL color Cylindrical-coordinate representation of color #CF903E: hue angle of 33.93º degrees, saturation: 0.6, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #CF903E is Cyan = 0, Magento = 0.30, Yellow = 0.70 and Black (K on CMYK) = 0.19.

Color convert

RGB20714462-
CMYK00.300.700.19
HSL33.93º60.17%52.75%-
HSV(B)33.93º70.05%81.18%-
XYZ36.5733.569.11-
YUV153.4976.37166.17-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 50.12%
GREEN value IS 144 (56.64% from 255) = 34.87%
BLUE value IS 62 (24.61% from 255) = 15.01%
R=50.12%
G=34.87%
B=15.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.70
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal2071446200.300.700.1933.9360.1752.75
HexCF903E01E4613223c35
Octal3172207603610623427465
Binary1100111110010000111110011110100011010011100010111100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CF903E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CF903E; }

 p { color: rgb(207,144,62); }

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

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

 a { background-color: rgb(207,144,62); }

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

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

 span { border-color: rgb(207,144,62); }

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