#CAA357

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

Shades of Laser #CAA357

Tints of Laser #CAA357

Color information

#CAA357 (or 0xCAA357) is unknown color: approx Laser. HEX triplet: CA, A3 and 57. RGB value is (202,163,87). Sum of RGB (Red+Green+Blue) = 202+163+87=452 (59% of max value = 765). Red value is 202 (79.30% from 255 or 44.69% from 452); Green value is 163 (64.06% from 255 or 36.06% from 452); Blue value is 87 (34.38% from 255 or 19.25% from 452); Max value from RGB is 202 - color contains mainly: red. Hex color #CAA357 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CAA357 is #355CA8. Grayscale: #A6A6A6. Windows color (decimal): -3497129 or 5743562. OLE color: 5743562.

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

Color convert

RGB20216387-
CMYK00.190.570.21
HSL39.65º52.04%56.67%-
HSV(B)39.65º56.93%79.22%-
XYZ39.1739.4414.56-
YUV16683.42153.68-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 44.69%
GREEN value IS 163 (64.06% from 255) = 36.06%
BLUE value IS 87 (34.38% from 255) = 19.25%
R=44.69%
G=36.06%
B=19.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.57
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2021638700.190.570.2139.6552.0456.67
HexCAA3570133915283439
Octal3122431270237125506471
Binary1100101010100011101011101001111100110101101000110100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAA357

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAA357; }

 p { color: rgb(202,163,87); }

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

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

 a { background-color: rgb(202,163,87); }

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

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

 span { border-color: rgb(202,163,87); }

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