#CAA355

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

Shades of Laser #CAA355

Tints of Laser #CAA355

Color information

#CAA355 (or 0xCAA355) is unknown color: approx Laser. HEX triplet: CA, A3 and 55. RGB value is (202,163,85). Sum of RGB (Red+Green+Blue) = 202+163+85=450 (59% of max value = 765). Red value is 202 (79.30% from 255 or 44.89% from 450); Green value is 163 (64.06% from 255 or 36.22% from 450); Blue value is 85 (33.59% from 255 or 18.89% from 450); Max value from RGB is 202 - color contains mainly: red. Hex color #CAA355 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CAA355 is #355CAA. Grayscale: #A6A6A6. Windows color (decimal): -3497131 or 5612490. OLE color: 5612490.

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

Color convert

RGB20216385-
CMYK00.190.580.21
HSL40º52.47%56.27%-
HSV(B)40º57.92%79.22%-
XYZ39.0939.4114.14-
YUV165.7782.42153.84-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 44.89%
GREEN value IS 163 (64.06% from 255) = 36.22%
BLUE value IS 85 (33.59% from 255) = 18.89%
R=44.89%
G=36.22%
B=18.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.58
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2021638500.190.580.214052.4756.27
HexCAA3550133A15283438
Octal3122431250237225506470
Binary1100101010100011101010101001111101010101101000110100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAA355

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAA355; }

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

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

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

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

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

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

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

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