#CAA65E

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

Shades of Laser #CAA65E

Tints of Laser #CAA65E

Color information

#CAA65E (or 0xCAA65E) is unknown color: approx Laser. HEX triplet: CA, A6 and 5E. RGB value is (202,166,94). Sum of RGB (Red+Green+Blue) = 202+166+94=462 (61% of max value = 765). Red value is 202 (79.30% from 255 or 43.72% from 462); Green value is 166 (65.23% from 255 or 35.93% from 462); Blue value is 94 (37.11% from 255 or 20.35% from 462); Max value from RGB is 202 - color contains mainly: red. Hex color #CAA65E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CAA65E is #3559A1. Grayscale: #A8A8A8. Windows color (decimal): -3496354 or 6203082. OLE color: 6203082.

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

Color convert

RGB20216694-
CMYK00.180.530.21
HSL40º50.47%58.04%-
HSV(B)40º53.47%79.22%-
XYZ40.0140.6416.32-
YUV168.5685.93151.85-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 43.72%
GREEN value IS 166 (65.23% from 255) = 35.93%
BLUE value IS 94 (37.11% from 255) = 20.35%
R=43.72%
G=35.93%
B=20.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.53
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2021669400.180.530.214050.4758.04
HexCAA65E012351528323a
Octal3122461360226525506272
Binary1100101010100110101111001001011010110101101000110010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAA65E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAA65E; }

 p { color: rgb(202,166,94); }

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

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

 a { background-color: rgb(202,166,94); }

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

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

 span { border-color: rgb(202,166,94); }

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