#CB943A

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

Shades of Anzac #CB943A

Tints of Anzac #CB943A

Color information

#CB943A (or 0xCB943A) is unknown color: approx Anzac. HEX triplet: CB, 94 and 3A. RGB value is (203,148,58). Sum of RGB (Red+Green+Blue) = 203+148+58=409 (54% of max value = 765). Red value is 203 (79.69% from 255 or 49.63% from 409); Green value is 148 (58.20% from 255 or 36.19% from 409); Blue value is 58 (23.05% from 255 or 14.18% from 409); Max value from RGB is 203 - color contains mainly: red. Hex color #CB943A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CB943A is #346BC5. Grayscale: #9A9A9A. Windows color (decimal): -3435462 or 3839179. OLE color: 3839179.

HSL color Cylindrical-coordinate representation of color #CB943A: hue angle of 37.24º degrees, saturation: 0.58, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #CB943A is Cyan = 0, Magento = 0.27, Yellow = 0.71 and Black (K on CMYK) = 0.20.

Color convert

RGB20314858-
CMYK00.270.710.20
HSL37.24º58.23%51.18%-
HSV(B)37.24º71.43%79.61%-
XYZ35.9834.188.7-
YUV154.1873.72162.82-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 49.63%
GREEN value IS 148 (58.20% from 255) = 36.19%
BLUE value IS 58 (23.05% from 255) = 14.18%
R=49.63%
G=36.19%
B=14.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.71
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2031485800.270.710.2037.2458.2351.18
HexCB943A01B4714253a33
Octal3132247203310724457263
Binary1100101110010100111010011011100011110100100101111010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB943A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB943A; }

 p { color: rgb(203,148,58); }

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

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

 a { background-color: rgb(203,148,58); }

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

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

 span { border-color: rgb(203,148,58); }

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