#CA9647

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

Shades of Anzac #CA9647

Tints of Anzac #CA9647

Color information

#CA9647 (or 0xCA9647) is unknown color: approx Anzac. HEX triplet: CA, 96 and 47. RGB value is (202,150,71). Sum of RGB (Red+Green+Blue) = 202+150+71=423 (56% of max value = 765). Red value is 202 (79.30% from 255 or 47.75% from 423); Green value is 150 (58.98% from 255 or 35.46% from 423); Blue value is 71 (28.12% from 255 or 16.78% from 423); Max value from RGB is 202 - color contains mainly: red. Hex color #CA9647 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CA9647 is #3569B8. Grayscale: #9C9C9C. Windows color (decimal): -3500473 or 4691658. OLE color: 4691658.

HSL color Cylindrical-coordinate representation of color #CA9647: hue angle of 36.18º degrees, saturation: 0.55, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #CA9647 is Cyan = 0, Magento = 0.26, Yellow = 0.65 and Black (K on CMYK) = 0.21.

Color convert

RGB20215071-
CMYK00.260.650.21
HSL36.18º55.27%53.53%-
HSV(B)36.18º64.85%79.22%-
XYZ36.434.8210.76-
YUV156.5479.73160.42-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 47.75%
GREEN value IS 150 (58.98% from 255) = 35.46%
BLUE value IS 71 (28.12% from 255) = 16.78%
R=47.75%
G=35.46%
B=16.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.65
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2021507100.260.650.2136.1855.2753.53
HexCA964701A4115243736
Octal31222610703210125446766
Binary11001010100101101000111011010100000110101100100110111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA9647

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA9647; }

 p { color: rgb(202,150,71); }

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

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

 a { background-color: rgb(202,150,71); }

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

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

 span { border-color: rgb(202,150,71); }

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