#CAA755

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

Shades of Laser #CAA755

Tints of Laser #CAA755

Color information

#CAA755 (or 0xCAA755) is unknown color: approx Laser. HEX triplet: CA, A7 and 55. RGB value is (202,167,85). Sum of RGB (Red+Green+Blue) = 202+167+85=454 (60% of max value = 765). Red value is 202 (79.30% from 255 or 44.49% from 454); Green value is 167 (65.62% from 255 or 36.78% from 454); Blue value is 85 (33.59% from 255 or 18.72% from 454); Max value from RGB is 202 - color contains mainly: red. Hex color #CAA755 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CAA755 is #3558AA. Grayscale: #A8A8A8. Windows color (decimal): -3496107 or 5613514. OLE color: 5613514.

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

Color convert

RGB20216785-
CMYK00.170.580.21
HSL42.05º52.47%56.27%-
HSV(B)42.05º57.92%79.22%-
XYZ39.8240.8514.38-
YUV168.1281.1152.17-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 44.49%
GREEN value IS 167 (65.62% from 255) = 36.78%
BLUE value IS 85 (33.59% from 255) = 18.72%
R=44.49%
G=36.78%
B=18.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.58
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2021678500.170.580.2142.0552.4756.27
HexCAA7550113A152a3438
Octal3122471250217225526470
Binary1100101010100111101010101000111101010101101010110100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAA755

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAA755; }

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

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

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

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

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

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

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

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