#CAA565

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

Shades of Laser #CAA565

Tints of Laser #CAA565

Color information

#CAA565 (or 0xCAA565) is unknown color: approx Laser. HEX triplet: CA, A5 and 65. RGB value is (202,165,101). Sum of RGB (Red+Green+Blue) = 202+165+101=468 (61% of max value = 765). Red value is 202 (79.30% from 255 or 43.16% from 468); Green value is 165 (64.84% from 255 or 35.26% from 468); Blue value is 101 (39.84% from 255 or 21.58% from 468); Max value from RGB is 202 - color contains mainly: red. Hex color #CAA565 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CAA565 is #355A9A. Grayscale: #A9A9A9. Windows color (decimal): -3496603 or 6661578. OLE color: 6661578.

HSL color Cylindrical-coordinate representation of color #CAA565: hue angle of 38.02º degrees, saturation: 0.49, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #CAA565 is Cyan = 0, Magento = 0.18, Yellow = 0.50 and Black (K on CMYK) = 0.21.

Color convert

RGB202165101-
CMYK00.180.500.21
HSL38.02º48.79%59.41%-
HSV(B)38.02º50%79.22%-
XYZ40.1640.4117.99-
YUV168.7789.76151.7-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 43.16%
GREEN value IS 165 (64.84% from 255) = 35.26%
BLUE value IS 101 (39.84% from 255) = 21.58%
R=43.16%
G=35.26%
B=21.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.50
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20216510100.180.500.2138.0248.7959.41
HexCAA565012321526313b
Octal3122451450226225466173
Binary1100101010100101110010101001011001010101100110110001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAA565

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAA565; }

 p { color: rgb(202,165,101); }

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

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

 a { background-color: rgb(202,165,101); }

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

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

 span { border-color: rgb(202,165,101); }

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