#CB923A

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

Shades of Anzac #CB923A

Tints of Anzac #CB923A

Color information

#CB923A (or 0xCB923A) is unknown color: approx Anzac. HEX triplet: CB, 92 and 3A. RGB value is (203,146,58). Sum of RGB (Red+Green+Blue) = 203+146+58=407 (53% of max value = 765). Red value is 203 (79.69% from 255 or 49.88% from 407); Green value is 146 (57.42% from 255 or 35.87% from 407); Blue value is 58 (23.05% from 255 or 14.25% from 407); Max value from RGB is 203 - color contains mainly: red. Hex color #CB923A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CB923A is #346DC5. Grayscale: #999999. Windows color (decimal): -3435974 or 3838667. OLE color: 3838667.

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

Color convert

RGB20314658-
CMYK00.280.710.20
HSL36.41º58.23%51.18%-
HSV(B)36.41º71.43%79.61%-
XYZ35.6733.568.6-
YUV153.0174.38163.66-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 49.88%
GREEN value IS 146 (57.42% from 255) = 35.87%
BLUE value IS 58 (23.05% from 255) = 14.25%
R=49.88%
G=35.87%
B=14.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.71
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2031465800.280.710.2036.4158.2351.18
HexCB923A01C4714243a33
Octal3132227203410724447263
Binary1100101110010010111010011100100011110100100100111010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB923A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB923A; }

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

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

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

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

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

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

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

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