#CB9144

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

Shades of Anzac #CB9144

Tints of Anzac #CB9144

Color information

#CB9144 (or 0xCB9144) is unknown color: approx Anzac. HEX triplet: CB, 91 and 44. RGB value is (203,145,68). Sum of RGB (Red+Green+Blue) = 203+145+68=416 (55% of max value = 765). Red value is 203 (79.69% from 255 or 48.80% from 416); Green value is 145 (57.03% from 255 or 34.86% from 416); Blue value is 68 (26.95% from 255 or 16.35% from 416); Max value from RGB is 203 - color contains mainly: red. Hex color #CB9144 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CB9144 is #346EBB. Grayscale: #999999. Windows color (decimal): -3436220 or 4493771. OLE color: 4493771.

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

Color convert

RGB20314568-
CMYK00.290.670.20
HSL34.22º56.49%53.14%-
HSV(B)34.22º66.5%79.61%-
XYZ35.833.3610.02-
YUV153.5679.72163.26-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 48.80%
GREEN value IS 145 (57.03% from 255) = 34.86%
BLUE value IS 68 (26.95% from 255) = 16.35%
R=48.80%
G=34.86%
B=16.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.67
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2031456800.290.670.2034.2256.4953.14
HexCB914401D4314223835
Octal31322110403510324427065
Binary11001011100100011000100011101100001110100100010111000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB9144

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB9144; }

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

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

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

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

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

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

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

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