#CAA759

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

Shades of Laser #CAA759

Tints of Laser #CAA759

Color information

#CAA759 (or 0xCAA759) is unknown color: approx Laser. HEX triplet: CA, A7 and 59. RGB value is (202,167,89). Sum of RGB (Red+Green+Blue) = 202+167+89=458 (60% of max value = 765). Red value is 202 (79.30% from 255 or 44.10% from 458); Green value is 167 (65.62% from 255 or 36.46% from 458); Blue value is 89 (35.16% from 255 or 19.43% from 458); Max value from RGB is 202 - color contains mainly: red. Hex color #CAA759 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CAA759 is #3558A6. Grayscale: #A8A8A8. Windows color (decimal): -3496103 or 5875658. OLE color: 5875658.

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

Color convert

RGB20216789-
CMYK00.170.560.21
HSL41.42º51.6%57.06%-
HSV(B)41.42º55.94%79.22%-
XYZ39.9840.9215.24-
YUV168.5783.1151.84-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 44.10%
GREEN value IS 167 (65.62% from 255) = 36.46%
BLUE value IS 89 (35.16% from 255) = 19.43%
R=44.10%
G=36.46%
B=19.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.56
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2021678900.170.560.2141.4251.657.06
HexCAA7590113815293439
Octal3122471310217025516471
Binary1100101010100111101100101000111100010101101001110100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAA759

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAA759; }

 p { color: rgb(202,167,89); }

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

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

 a { background-color: rgb(202,167,89); }

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

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

 span { border-color: rgb(202,167,89); }

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