#CB933C

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

Shades of Anzac #CB933C

Tints of Anzac #CB933C

Color information

#CB933C (or 0xCB933C) is unknown color: approx Anzac. HEX triplet: CB, 93 and 3C. RGB value is (203,147,60). Sum of RGB (Red+Green+Blue) = 203+147+60=410 (54% of max value = 765). Red value is 203 (79.69% from 255 or 49.51% from 410); Green value is 147 (57.81% from 255 or 35.85% from 410); Blue value is 60 (23.83% from 255 or 14.63% from 410); Max value from RGB is 203 - color contains mainly: red. Hex color #CB933C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CB933C is #346CC3. Grayscale: #9A9A9A. Windows color (decimal): -3435716 or 3969995. OLE color: 3969995.

HSL color Cylindrical-coordinate representation of color #CB933C: hue angle of 36.5º degrees, saturation: 0.58, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #CB933C is Cyan = 0, Magento = 0.28, Yellow = 0.70 and Black (K on CMYK) = 0.20.

Color convert

RGB20314760-
CMYK00.280.700.20
HSL36.5º57.89%51.57%-
HSV(B)36.5º70.44%79.61%-
XYZ35.8833.898.93-
YUV153.8375.05163.07-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 49.51%
GREEN value IS 147 (57.81% from 255) = 35.85%
BLUE value IS 60 (23.83% from 255) = 14.63%
R=49.51%
G=35.85%
B=14.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.70
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2031476000.280.700.2036.557.8951.57
HexCB933C01C4614253a34
Octal3132237403410624457264
Binary1100101110010011111100011100100011010100100101111010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB933C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB933C; }

 p { color: rgb(203,147,60); }

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

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

 a { background-color: rgb(203,147,60); }

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

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

 span { border-color: rgb(203,147,60); }

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