#CF9548

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

Shades of Anzac #CF9548

Tints of Anzac #CF9548

Color information

#CF9548 (or 0xCF9548) is unknown color: approx Anzac. HEX triplet: CF, 95 and 48. RGB value is (207,149,72). Sum of RGB (Red+Green+Blue) = 207+149+72=428 (56% of max value = 765). Red value is 207 (81.25% from 255 or 48.36% from 428); Green value is 149 (58.59% from 255 or 34.81% from 428); Blue value is 72 (28.52% from 255 or 16.82% from 428); Max value from RGB is 207 - color contains mainly: red. Hex color #CF9548 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CF9548 is #306AB7. Grayscale: #9D9D9D. Windows color (decimal): -3173048 or 4756943. OLE color: 4756943.

HSL color Cylindrical-coordinate representation of color #CF9548: hue angle of 34.22º 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 #CF9548 is Cyan = 0, Magento = 0.28, Yellow = 0.65 and Black (K on CMYK) = 0.19.

Color convert

RGB20714972-
CMYK00.280.650.19
HSL34.22º58.44%54.71%-
HSV(B)34.22º65.22%81.18%-
XYZ37.6535.2310.95-
YUV157.5679.72163.26-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 48.36%
GREEN value IS 149 (58.59% from 255) = 34.81%
BLUE value IS 72 (28.52% from 255) = 16.82%
R=48.36%
G=34.81%
B=16.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.65
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal2071497200.280.650.1934.2258.4454.71
HexCF954801C4113223a37
Octal31722511003410123427267
Binary11001111100101011001000011100100000110011100010111010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CF9548

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CF9548; }

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

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

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

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

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

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

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

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