#cb9c40

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

Shades of Anzac #CB9C40

Tints of Anzac #CB9C40

Color information

#CB9C40 (or 0xCB9C40) is unknown color: approx Anzac. HEX triplet: CB, 9C and 40. RGB value is (203,156,64). Sum of RGB (Red+Green+Blue) = 203+156+64=423 (56% of max value = 765). Red value is 203 (79.69% from 255 or 47.99% from 423); Green value is 156 (61.33% from 255 or 36.88% from 423); Blue value is 64 (25.39% from 255 or 15.13% from 423); Max value from RGB is 203 - color contains mainly: red. Hex color #CB9C40 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CB9C40 is #3463BF. Grayscale: #9F9F9F. Windows color (decimal): -3433408 or 4234443. OLE color: 4234443.

HSL color Cylindrical-coordinate representation of color #CB9C40: hue angle of 39.71º degrees, saturation: 0.57, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #CB9C40 is Cyan = 0, Magento = 0.23, Yellow = 0.68 and Black (K on CMYK) = 0.20.

Color convert

RGB20315664-
CMYK00.230.680.20
HSL39.71º57.2%52.35%-
HSV(B)39.71º68.47%79.61%-
XYZ37.4436.849.99-
YUV159.5674.07158.98-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 47.99%
GREEN value IS 156 (61.33% from 255) = 36.88%
BLUE value IS 64 (25.39% from 255) = 15.13%
R=47.99%
G=36.88%
B=15.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.68
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2031566400.230.680.2039.7157.252.35
HexCB9C400174414283934
Octal31323410002710424507164
Binary11001011100111001000000010111100010010100101000111001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #cb9c40

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #cb9c40; }

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

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

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

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

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

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

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

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