#CAAE5B

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

Shades of Laser #CAAE5B

Tints of Laser #CAAE5B

Color information

#CAAE5B (or 0xCAAE5B) is unknown color: approx Laser. HEX triplet: CA, AE and 5B. RGB value is (202,174,91). Sum of RGB (Red+Green+Blue) = 202+174+91=467 (61% of max value = 765). Red value is 202 (79.30% from 255 or 43.25% from 467); Green value is 174 (68.36% from 255 or 37.26% from 467); Blue value is 91 (35.94% from 255 or 19.49% from 467); Max value from RGB is 202 - color contains mainly: red. Hex color #CAAE5B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CAAE5B is #3551A4. Grayscale: #ADADAD. Windows color (decimal): -3494309 or 6008522. OLE color: 6008522.

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

Color convert

RGB20217491-
CMYK00.140.550.21
HSL44.86º51.15%57.45%-
HSV(B)44.86º54.95%79.22%-
XYZ41.3843.5816.13-
YUV172.9181.78148.75-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 43.25%
GREEN value IS 174 (68.36% from 255) = 37.26%
BLUE value IS 91 (35.94% from 255) = 19.49%
R=43.25%
G=37.26%
B=19.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.55
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2021749100.140.550.2144.8651.1557.45
HexCAAE5B0E37152d3339
Octal3122561330166725556371
Binary110010101010111010110110111011011110101101101110011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAAE5B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAAE5B; }

 p { color: rgb(202,174,91); }

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

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

 a { background-color: rgb(202,174,91); }

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

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

 span { border-color: rgb(202,174,91); }

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