#CAAA5E

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

Shades of Laser #CAAA5E

Tints of Laser #CAAA5E

Color information

#CAAA5E (or 0xCAAA5E) is unknown color: approx Laser. HEX triplet: CA, AA and 5E. RGB value is (202,170,94). Sum of RGB (Red+Green+Blue) = 202+170+94=466 (61% of max value = 765). Red value is 202 (79.30% from 255 or 43.35% from 466); Green value is 170 (66.80% from 255 or 36.48% from 466); Blue value is 94 (37.11% from 255 or 20.17% from 466); Max value from RGB is 202 - color contains mainly: red. Hex color #CAAA5E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CAAA5E is #3555A1. Grayscale: #ABABAB. Windows color (decimal): -3495330 or 6204106. OLE color: 6204106.

HSL color Cylindrical-coordinate representation of color #CAAA5E: hue angle of 42.22º degrees, saturation: 0.5, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #CAAA5E is Cyan = 0, Magento = 0.16, Yellow = 0.53 and Black (K on CMYK) = 0.21.

Color convert

RGB20217094-
CMYK00.160.530.21
HSL42.22º50.47%58.04%-
HSV(B)42.22º53.47%79.22%-
XYZ40.7542.1116.57-
YUV170.984.6150.18-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 43.35%
GREEN value IS 170 (66.80% from 255) = 36.48%
BLUE value IS 94 (37.11% from 255) = 20.17%
R=43.35%
G=36.48%
B=20.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.53
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2021709400.160.530.2142.2250.4758.04
HexCAAA5E01035152a323a
Octal3122521360206525526272
Binary1100101010101010101111001000011010110101101010110010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAAA5E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAAA5E; }

 p { color: rgb(202,170,94); }

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

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

 a { background-color: rgb(202,170,94); }

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

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

 span { border-color: rgb(202,170,94); }

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