#CAA655

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

Shades of Laser #CAA655

Tints of Laser #CAA655

Color information

#CAA655 (or 0xCAA655) is unknown color: approx Laser. HEX triplet: CA, A6 and 55. RGB value is (202,166,85). Sum of RGB (Red+Green+Blue) = 202+166+85=453 (60% of max value = 765). Red value is 202 (79.30% from 255 or 44.59% from 453); Green value is 166 (65.23% from 255 or 36.64% from 453); Blue value is 85 (33.59% from 255 or 18.76% from 453); Max value from RGB is 202 - color contains mainly: red. Hex color #CAA655 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CAA655 is #3559AA. Grayscale: #A7A7A7. Windows color (decimal): -3496363 or 5613258. OLE color: 5613258.

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

Color convert

RGB20216685-
CMYK00.180.580.21
HSL41.54º52.47%56.27%-
HSV(B)41.54º57.92%79.22%-
XYZ39.6340.4814.32-
YUV167.5381.43152.59-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 44.59%
GREEN value IS 166 (65.23% from 255) = 36.64%
BLUE value IS 85 (33.59% from 255) = 18.76%
R=44.59%
G=36.64%
B=18.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.58
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2021668500.180.580.2141.5452.4756.27
HexCAA6550123A152a3438
Octal3122461250227225526470
Binary1100101010100110101010101001011101010101101010110100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAA655

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAA655; }

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

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

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

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

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

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

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

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