#CF9748

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

Shades of Anzac #CF9748

Tints of Anzac #CF9748

Color information

#CF9748 (or 0xCF9748) is unknown color: approx Anzac. HEX triplet: CF, 97 and 48. RGB value is (207,151,72). Sum of RGB (Red+Green+Blue) = 207+151+72=430 (56% of max value = 765). Red value is 207 (81.25% from 255 or 48.14% from 430); Green value is 151 (59.38% from 255 or 35.12% from 430); Blue value is 72 (28.52% from 255 or 16.74% from 430); Max value from RGB is 207 - color contains mainly: red. Hex color #CF9748 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CF9748 is #3068B7. Grayscale: #9F9F9F. Windows color (decimal): -3172536 or 4757455. OLE color: 4757455.

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

Color convert

RGB20715172-
CMYK00.270.650.19
HSL35.11º58.44%54.71%-
HSV(B)35.11º65.22%81.18%-
XYZ37.9735.8711.05-
YUV158.7479.05162.42-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 48.14%
GREEN value IS 151 (59.38% from 255) = 35.12%
BLUE value IS 72 (28.52% from 255) = 16.74%
R=48.14%
G=35.12%
B=16.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.65
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal2071517200.270.650.1935.1158.4454.71
HexCF974801B4113233a37
Octal31722711003310123437267
Binary11001111100101111001000011011100000110011100011111010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CF9748

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CF9748; }

 p { color: rgb(207,151,72); }

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

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

 a { background-color: rgb(207,151,72); }

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

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

 span { border-color: rgb(207,151,72); }

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