#CA993F

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

Shades of Anzac #CA993F

Tints of Anzac #CA993F

Color information

#CA993F (or 0xCA993F) is unknown color: approx Anzac. HEX triplet: CA, 99 and 3F. RGB value is (202,153,63). Sum of RGB (Red+Green+Blue) = 202+153+63=418 (55% of max value = 765). Red value is 202 (79.30% from 255 or 48.33% from 418); Green value is 153 (60.16% from 255 or 36.60% from 418); Blue value is 63 (25% from 255 or 15.07% from 418); Max value from RGB is 202 - color contains mainly: red. Hex color #CA993F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CA993F is #3566C0. Grayscale: #9D9D9D. Windows color (decimal): -3499713 or 4168138. OLE color: 4168138.

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

Color convert

RGB20215363-
CMYK00.240.690.21
HSL38.85º56.73%51.96%-
HSV(B)38.85º68.81%79.22%-
XYZ36.6535.79.66-
YUV157.3974.73159.82-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 48.33%
GREEN value IS 153 (60.16% from 255) = 36.60%
BLUE value IS 63 (25% from 255) = 15.07%
R=48.33%
G=36.60%
B=15.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.69
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2021536300.240.690.2138.8556.7351.96
HexCA993F0184515273934
Octal3122317703010525477164
Binary1100101010011001111111011000100010110101100111111001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA993F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA993F; }

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

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

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

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

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

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

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

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