#CB963D

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

Shades of Anzac #CB963D

Tints of Anzac #CB963D

Color information

#CB963D (or 0xCB963D) is unknown color: approx Anzac. HEX triplet: CB, 96 and 3D. RGB value is (203,150,61). Sum of RGB (Red+Green+Blue) = 203+150+61=414 (54% of max value = 765). Red value is 203 (79.69% from 255 or 49.03% from 414); Green value is 150 (58.98% from 255 or 36.23% from 414); Blue value is 61 (24.22% from 255 or 14.73% from 414); Max value from RGB is 203 - color contains mainly: red. Hex color #CB963D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CB963D is #3469C2. Grayscale: #9C9C9C. Windows color (decimal): -3434947 or 4036299. OLE color: 4036299.

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

Color convert

RGB20315061-
CMYK00.260.700.20
HSL37.61º57.72%51.76%-
HSV(B)37.61º69.95%79.61%-
XYZ36.3834.859.22-
YUV155.774.56161.74-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 49.03%
GREEN value IS 150 (58.98% from 255) = 36.23%
BLUE value IS 61 (24.22% from 255) = 14.73%
R=49.03%
G=36.23%
B=14.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.70
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2031506100.260.700.2037.6157.7251.76
HexCB963D01A4614263a34
Octal3132267503210624467264
Binary1100101110010110111101011010100011010100100110111010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB963D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB963D; }

 p { color: rgb(203,150,61); }

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

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

 a { background-color: rgb(203,150,61); }

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

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

 span { border-color: rgb(203,150,61); }

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