#CAA45D

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

Shades of Laser #CAA45D

Tints of Laser #CAA45D

Color information

#CAA45D (or 0xCAA45D) is unknown color: approx Laser. HEX triplet: CA, A4 and 5D. RGB value is (202,164,93). Sum of RGB (Red+Green+Blue) = 202+164+93=459 (60% of max value = 765). Red value is 202 (79.30% from 255 or 44.01% from 459); Green value is 164 (64.45% from 255 or 35.73% from 459); Blue value is 93 (36.72% from 255 or 20.26% from 459); Max value from RGB is 202 - color contains mainly: red. Hex color #CAA45D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CAA45D is #355BA2. Grayscale: #A7A7A7. Windows color (decimal): -3496867 or 6137034. OLE color: 6137034.

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

Color convert

RGB20216493-
CMYK00.190.540.21
HSL39.08º50.7%57.84%-
HSV(B)39.08º53.96%79.22%-
XYZ39.6139.915.97-
YUV167.2786.09152.77-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 44.01%
GREEN value IS 164 (64.45% from 255) = 35.73%
BLUE value IS 93 (36.72% from 255) = 20.26%
R=44.01%
G=35.73%
B=20.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.54
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2021649300.190.540.2139.0850.757.84
HexCAA45D013361527333a
Octal3122441350236625476372
Binary1100101010100100101110101001111011010101100111110011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAA45D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAA45D; }

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

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

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

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

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

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

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

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