#CAAE5A

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

Shades of Laser #CAAE5A

Tints of Laser #CAAE5A

Color information

#CAAE5A (or 0xCAAE5A) is unknown color: approx Laser. HEX triplet: CA, AE and 5A. RGB value is (202,174,90). Sum of RGB (Red+Green+Blue) = 202+174+90=466 (61% of max value = 765). Red value is 202 (79.30% from 255 or 43.35% from 466); Green value is 174 (68.36% from 255 or 37.34% from 466); Blue value is 90 (35.55% from 255 or 19.31% from 466); Max value from RGB is 202 - color contains mainly: red. Hex color #CAAE5A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CAAE5A is #3551A5. Grayscale: #ADADAD. Windows color (decimal): -3494310 or 5942986. OLE color: 5942986.

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

Color convert

RGB20217490-
CMYK00.140.550.21
HSL45º51.38%57.25%-
HSV(B)45º55.45%79.22%-
XYZ41.3443.5715.9-
YUV172.881.28148.83-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 43.35%
GREEN value IS 174 (68.36% from 255) = 37.34%
BLUE value IS 90 (35.55% from 255) = 19.31%
R=43.35%
G=37.34%
B=19.31%

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
Decimal2021749000.140.550.214551.3857.25
HexCAAE5A0E37152d3339
Octal3122561320166725556371
Binary110010101010111010110100111011011110101101101110011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAAE5A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAAE5A; }

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

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

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

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

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

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

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

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