#CAA255

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

Shades of Laser #CAA255

Tints of Laser #CAA255

Color information

#CAA255 (or 0xCAA255) is unknown color: approx Laser. HEX triplet: CA, A2 and 55. RGB value is (202,162,85). Sum of RGB (Red+Green+Blue) = 202+162+85=449 (59% of max value = 765). Red value is 202 (79.30% from 255 or 44.99% from 449); Green value is 162 (63.67% from 255 or 36.08% from 449); Blue value is 85 (33.59% from 255 or 18.93% from 449); Max value from RGB is 202 - color contains mainly: red. Hex color #CAA255 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CAA255 is #355DAA. Grayscale: #A5A5A5. Windows color (decimal): -3497387 or 5612234. OLE color: 5612234.

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

Color convert

RGB20216285-
CMYK00.200.580.21
HSL39.49º52.47%56.27%-
HSV(B)39.49º57.92%79.22%-
XYZ38.9239.0514.08-
YUV165.1882.75154.26-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 44.99%
GREEN value IS 162 (63.67% from 255) = 36.08%
BLUE value IS 85 (33.59% from 255) = 18.93%
R=44.99%
G=36.08%
B=18.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.58
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2021628500.200.580.2139.4952.4756.27
HexCAA2550143A15273438
Octal3122421250247225476470
Binary1100101010100010101010101010011101010101100111110100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAA255

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAA255; }

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

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

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

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

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

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

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

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