#CF9C40

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

Shades of Anzac #CF9C40

Tints of Anzac #CF9C40

Color information

#CF9C40 (or 0xCF9C40) is unknown color: approx Anzac. HEX triplet: CF, 9C and 40. RGB value is (207,156,64). Sum of RGB (Red+Green+Blue) = 207+156+64=427 (56% of max value = 765). Red value is 207 (81.25% from 255 or 48.48% from 427); Green value is 156 (61.33% from 255 or 36.53% from 427); Blue value is 64 (25.39% from 255 or 14.99% from 427); Max value from RGB is 207 - color contains mainly: red. Hex color #CF9C40 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CF9C40 is #3063BF. Grayscale: #A1A1A1. Windows color (decimal): -3171264 or 4234447. OLE color: 4234447.

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

Color convert

RGB20715664-
CMYK00.250.690.19
HSL38.6º59.83%53.14%-
HSV(B)38.6º69.08%81.18%-
XYZ38.5537.4110.04-
YUV160.7673.4160.98-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 48.48%
GREEN value IS 156 (61.33% from 255) = 36.53%
BLUE value IS 64 (25.39% from 255) = 14.99%
R=48.48%
G=36.53%
B=14.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.69
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal2071566400.250.690.1938.659.8353.14
HexCF9C400194513273c35
Octal31723410003110523477465
Binary11001111100111001000000011001100010110011100111111100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CF9C40

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CF9C40; }

 p { color: rgb(207,156,64); }

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

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

 a { background-color: rgb(207,156,64); }

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

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

 span { border-color: rgb(207,156,64); }

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