#CAA85A

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

Shades of Laser #CAA85A

Tints of Laser #CAA85A

Color information

#CAA85A (or 0xCAA85A) is unknown color: approx Laser. HEX triplet: CA, A8 and 5A. RGB value is (202,168,90). Sum of RGB (Red+Green+Blue) = 202+168+90=460 (60% of max value = 765). Red value is 202 (79.30% from 255 or 43.91% from 460); Green value is 168 (66.02% from 255 or 36.52% from 460); Blue value is 90 (35.55% from 255 or 19.57% from 460); Max value from RGB is 202 - color contains mainly: red. Hex color #CAA85A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CAA85A is #3557A5. Grayscale: #A9A9A9. Windows color (decimal): -3495846 or 5941450. OLE color: 5941450.

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

Color convert

RGB20216890-
CMYK00.170.550.21
HSL41.79º51.38%57.25%-
HSV(B)41.79º55.45%79.22%-
XYZ40.2141.315.53-
YUV169.2783.26151.34-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 43.91%
GREEN value IS 168 (66.02% from 255) = 36.52%
BLUE value IS 90 (35.55% from 255) = 19.57%
R=43.91%
G=36.52%
B=19.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.55
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2021689000.170.550.2141.7951.3857.25
HexCAA85A01137152a3339
Octal3122501320216725526371
Binary1100101010101000101101001000111011110101101010110011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAA85A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAA85A; }

 p { color: rgb(202,168,90); }

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

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

 a { background-color: rgb(202,168,90); }

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

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

 span { border-color: rgb(202,168,90); }

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