#CAA95A

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

Shades of Laser #CAA95A

Tints of Laser #CAA95A

Color information

#CAA95A (or 0xCAA95A) is unknown color: approx Laser. HEX triplet: CA, A9 and 5A. RGB value is (202,169,90). Sum of RGB (Red+Green+Blue) = 202+169+90=461 (61% of max value = 765). Red value is 202 (79.30% from 255 or 43.82% from 461); Green value is 169 (66.41% from 255 or 36.66% from 461); Blue value is 90 (35.55% from 255 or 19.52% from 461); Max value from RGB is 202 - color contains mainly: red. Hex color #CAA95A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CAA95A is #3556A5. Grayscale: #AAAAAA. Windows color (decimal): -3495590 or 5941706. OLE color: 5941706.

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

Color convert

RGB20216990-
CMYK00.160.550.21
HSL42.32º51.38%57.25%-
HSV(B)42.32º55.45%79.22%-
XYZ40.3941.6715.59-
YUV169.8682.93150.92-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 43.82%
GREEN value IS 169 (66.41% from 255) = 36.66%
BLUE value IS 90 (35.55% from 255) = 19.52%
R=43.82%
G=36.66%
B=19.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.55
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2021699000.160.550.2142.3251.3857.25
HexCAA95A01037152a3339
Octal3122511320206725526371
Binary1100101010101001101101001000011011110101101010110011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAA95A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAA95A; }

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

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

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

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

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

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

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

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