#CB9746

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

Shades of Anzac #CB9746

Tints of Anzac #CB9746

Color information

#CB9746 (or 0xCB9746) is unknown color: approx Anzac. HEX triplet: CB, 97 and 46. RGB value is (203,151,70). Sum of RGB (Red+Green+Blue) = 203+151+70=424 (56% of max value = 765). Red value is 203 (79.69% from 255 or 47.88% from 424); Green value is 151 (59.38% from 255 or 35.61% from 424); Blue value is 70 (27.73% from 255 or 16.51% from 424); Max value from RGB is 203 - color contains mainly: red. Hex color #CB9746 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CB9746 is #3468B9. Grayscale: #9D9D9D. Windows color (decimal): -3434682 or 4626379. OLE color: 4626379.

HSL color Cylindrical-coordinate representation of color #CB9746: hue angle of 36.54º degrees, saturation: 0.56, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #CB9746 is Cyan = 0, Magento = 0.26, Yellow = 0.66 and Black (K on CMYK) = 0.20.

Color convert

RGB20315170-
CMYK00.260.660.20
HSL36.54º56.12%53.53%-
HSV(B)36.54º65.52%79.61%-
XYZ36.835.2710.66-
YUV157.3178.73160.59-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 47.88%
GREEN value IS 151 (59.38% from 255) = 35.61%
BLUE value IS 70 (27.73% from 255) = 16.51%
R=47.88%
G=35.61%
B=16.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.66
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2031517000.260.660.2036.5456.1253.53
HexCB974601A4214253836
Octal31322710603210224457066
Binary11001011100101111000110011010100001010100100101111000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB9746

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB9746; }

 p { color: rgb(203,151,70); }

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

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

 a { background-color: rgb(203,151,70); }

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

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

 span { border-color: rgb(203,151,70); }

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