#CAA45E

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

Shades of Laser #CAA45E

Tints of Laser #CAA45E

Color information

#CAA45E (or 0xCAA45E) is unknown color: approx Laser. HEX triplet: CA, A4 and 5E. RGB value is (202,164,94). Sum of RGB (Red+Green+Blue) = 202+164+94=460 (60% of max value = 765). Red value is 202 (79.30% from 255 or 43.91% from 460); Green value is 164 (64.45% from 255 or 35.65% from 460); Blue value is 94 (37.11% from 255 or 20.43% from 460); Max value from RGB is 202 - color contains mainly: red. Hex color #CAA45E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CAA45E is #355BA1. Grayscale: #A7A7A7. Windows color (decimal): -3496866 or 6202570. OLE color: 6202570.

HSL color Cylindrical-coordinate representation of color #CAA45E: hue angle of 38.89º 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 #CAA45E is Cyan = 0, Magento = 0.19, Yellow = 0.53 and Black (K on CMYK) = 0.21.

Color convert

RGB20216494-
CMYK00.190.530.21
HSL38.89º50.47%58.04%-
HSV(B)38.89º53.47%79.22%-
XYZ39.6539.9216.2-
YUV167.3886.59152.69-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 43.91%
GREEN value IS 164 (64.45% from 255) = 35.65%
BLUE value IS 94 (37.11% from 255) = 20.43%
R=43.91%
G=35.65%
B=20.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.53
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2021649400.190.530.2138.8950.4758.04
HexCAA45E013351527323a
Octal3122441360236525476272
Binary1100101010100100101111001001111010110101100111110010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAA45E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAA45E; }

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

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

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

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

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

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

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

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