#CB9142

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

Shades of Anzac #CB9142

Tints of Anzac #CB9142

Color information

#CB9142 (or 0xCB9142) is unknown color: approx Anzac. HEX triplet: CB, 91 and 42. RGB value is (203,145,66). Sum of RGB (Red+Green+Blue) = 203+145+66=414 (54% of max value = 765). Red value is 203 (79.69% from 255 or 49.03% from 414); Green value is 145 (57.03% from 255 or 35.02% from 414); Blue value is 66 (26.17% from 255 or 15.94% from 414); Max value from RGB is 203 - color contains mainly: red. Hex color #CB9142 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CB9142 is #346EBD. Grayscale: #999999. Windows color (decimal): -3436222 or 4362699. OLE color: 4362699.

HSL color Cylindrical-coordinate representation of color #CB9142: hue angle of 34.6º degrees, saturation: 0.57, 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 #CB9142 is Cyan = 0, Magento = 0.29, Yellow = 0.67 and Black (K on CMYK) = 0.20.

Color convert

RGB20314566-
CMYK00.290.670.20
HSL34.6º56.85%52.75%-
HSV(B)34.6º67.49%79.61%-
XYZ35.7433.349.71-
YUV153.3478.72163.42-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 49.03%
GREEN value IS 145 (57.03% from 255) = 35.02%
BLUE value IS 66 (26.17% from 255) = 15.94%
R=49.03%
G=35.02%
B=15.94%

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
Decimal2031456600.290.670.2034.656.8552.75
HexCB914201D4314233935
Octal31322110203510324437165
Binary11001011100100011000010011101100001110100100011111001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB9142

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB9142; }

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

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

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

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

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

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

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

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