#CA993D

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

Shades of Anzac #CA993D

Tints of Anzac #CA993D

Color information

#CA993D (or 0xCA993D) is unknown color: approx Anzac. HEX triplet: CA, 99 and 3D. RGB value is (202,153,61). Sum of RGB (Red+Green+Blue) = 202+153+61=416 (55% of max value = 765). Red value is 202 (79.30% from 255 or 48.56% from 416); Green value is 153 (60.16% from 255 or 36.78% from 416); Blue value is 61 (24.22% from 255 or 14.66% from 416); Max value from RGB is 202 - color contains mainly: red. Hex color #CA993D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CA993D is #3566C2. Grayscale: #9D9D9D. Windows color (decimal): -3499715 or 4037066. OLE color: 4037066.

HSL color Cylindrical-coordinate representation of color #CA993D: hue angle of 39.15º degrees, saturation: 0.57, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #CA993D is Cyan = 0, Magento = 0.24, Yellow = 0.70 and Black (K on CMYK) = 0.21.

Color convert

RGB20215361-
CMYK00.240.700.21
HSL39.15º57.09%51.57%-
HSV(B)39.15º69.8%79.22%-
XYZ36.5935.689.37-
YUV157.1673.73159.98-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 48.56%
GREEN value IS 153 (60.16% from 255) = 36.78%
BLUE value IS 61 (24.22% from 255) = 14.66%
R=48.56%
G=36.78%
B=14.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.70
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2021536100.240.700.2139.1557.0951.57
HexCA993D0184615273934
Octal3122317503010625477164
Binary1100101010011001111101011000100011010101100111111001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA993D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA993D; }

 p { color: rgb(202,153,61); }

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

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

 a { background-color: rgb(202,153,61); }

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

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

 span { border-color: rgb(202,153,61); }

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