#CAAA62

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

Shades of Laser #CAAA62

Tints of Laser #CAAA62

Color information

#CAAA62 (or 0xCAAA62) is unknown color: approx Laser. HEX triplet: CA, AA and 62. RGB value is (202,170,98). Sum of RGB (Red+Green+Blue) = 202+170+98=470 (62% of max value = 765). Red value is 202 (79.30% from 255 or 42.98% from 470); Green value is 170 (66.80% from 255 or 36.17% from 470); Blue value is 98 (38.67% from 255 or 20.85% from 470); Max value from RGB is 202 - color contains mainly: red. Hex color #CAAA62 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CAAA62 is #35559D. Grayscale: #ABABAB. Windows color (decimal): -3495326 or 6466250. OLE color: 6466250.

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

Color convert

RGB20217098-
CMYK00.160.510.21
HSL41.54º49.52%58.82%-
HSV(B)41.54º51.49%79.22%-
XYZ40.9442.1917.54-
YUV171.3686.6149.85-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 42.98%
GREEN value IS 170 (66.80% from 255) = 36.17%
BLUE value IS 98 (38.67% from 255) = 20.85%
R=42.98%
G=36.17%
B=20.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.51
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2021709800.160.510.2141.5449.5258.82
HexCAAA6201033152a323b
Octal3122521420206325526273
Binary1100101010101010110001001000011001110101101010110010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAAA62

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAAA62; }

 p { color: rgb(202,170,98); }

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

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

 a { background-color: rgb(202,170,98); }

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

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

 span { border-color: rgb(202,170,98); }

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