#CB914A

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

Shades of Anzac #CB914A

Tints of Anzac #CB914A

Color information

#CB914A (or 0xCB914A) is unknown color: approx Anzac. HEX triplet: CB, 91 and 4A. RGB value is (203,145,74). Sum of RGB (Red+Green+Blue) = 203+145+74=422 (55% of max value = 765). Red value is 203 (79.69% from 255 or 48.10% from 422); Green value is 145 (57.03% from 255 or 34.36% from 422); Blue value is 74 (29.30% from 255 or 17.54% from 422); Max value from RGB is 203 - color contains mainly: red. Hex color #CB914A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CB914A is #346EB5. Grayscale: #9A9A9A. Windows color (decimal): -3436214 or 4886987. OLE color: 4886987.

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

Color convert

RGB20314574-
CMYK00.290.640.20
HSL33.02º55.36%54.31%-
HSV(B)33.02º63.55%79.61%-
XYZ35.9933.4411.04-
YUV154.2582.72162.77-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 48.10%
GREEN value IS 145 (57.03% from 255) = 34.36%
BLUE value IS 74 (29.30% from 255) = 17.54%
R=48.10%
G=34.36%
B=17.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.64
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2031457400.290.640.2033.0255.3654.31
HexCB914A01D4014213736
Octal31322111203510024416766
Binary11001011100100011001010011101100000010100100001110111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB914A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB914A; }

 p { color: rgb(203,145,74); }

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

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

 a { background-color: rgb(203,145,74); }

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

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

 span { border-color: rgb(203,145,74); }

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