#CF9B45

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

Shades of Anzac #CF9B45

Tints of Anzac #CF9B45

Color information

#CF9B45 (or 0xCF9B45) is unknown color: approx Anzac. HEX triplet: CF, 9B and 45. RGB value is (207,155,69). Sum of RGB (Red+Green+Blue) = 207+155+69=431 (57% of max value = 765). Red value is 207 (81.25% from 255 or 48.03% from 431); Green value is 155 (60.94% from 255 or 35.96% from 431); Blue value is 69 (27.34% from 255 or 16.01% from 431); Max value from RGB is 207 - color contains mainly: red. Hex color #CF9B45 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CF9B45 is #3064BA. Grayscale: #A1A1A1. Windows color (decimal): -3171515 or 4561871. OLE color: 4561871.

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

Color convert

RGB20715569-
CMYK00.250.670.19
HSL37.39º58.97%54.12%-
HSV(B)37.39º66.67%81.18%-
XYZ38.5337.1410.77-
YUV160.7476.23160.99-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 48.03%
GREEN value IS 155 (60.94% from 255) = 35.96%
BLUE value IS 69 (27.34% from 255) = 16.01%
R=48.03%
G=35.96%
B=16.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.67
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal2071556900.250.670.1937.3958.9754.12
HexCF9B450194313253b36
Octal31723310503110323457366
Binary11001111100110111000101011001100001110011100101111011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CF9B45

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CF9B45; }

 p { color: rgb(207,155,69); }

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

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

 a { background-color: rgb(207,155,69); }

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

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

 span { border-color: rgb(207,155,69); }

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