#CAA35E

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

Shades of Laser #CAA35E

Tints of Laser #CAA35E

Color information

#CAA35E (or 0xCAA35E) is unknown color: approx Laser. HEX triplet: CA, A3 and 5E. RGB value is (202,163,94). Sum of RGB (Red+Green+Blue) = 202+163+94=459 (60% of max value = 765). Red value is 202 (79.30% from 255 or 44.01% from 459); Green value is 163 (64.06% from 255 or 35.51% from 459); Blue value is 94 (37.11% from 255 or 20.48% from 459); Max value from RGB is 202 - color contains mainly: red. Hex color #CAA35E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CAA35E is #355CA1. Grayscale: #A7A7A7. Windows color (decimal): -3497122 or 6202314. OLE color: 6202314.

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

Color convert

RGB20216394-
CMYK00.190.530.21
HSL38.33º50.47%58.04%-
HSV(B)38.33º53.47%79.22%-
XYZ39.4739.5616.14-
YUV166.886.92153.11-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 44.01%
GREEN value IS 163 (64.06% from 255) = 35.51%
BLUE value IS 94 (37.11% from 255) = 20.48%
R=44.01%
G=35.51%
B=20.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.53
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2021639400.190.530.2138.3350.4758.04
HexCAA35E013351526323a
Octal3122431360236525466272
Binary1100101010100011101111001001111010110101100110110010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAA35E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAA35E; }

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

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

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

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

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

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

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

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