#CAA665

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

Shades of Laser #CAA665

Tints of Laser #CAA665

Color information

#CAA665 (or 0xCAA665) is unknown color: approx Laser. HEX triplet: CA, A6 and 65. RGB value is (202,166,101). Sum of RGB (Red+Green+Blue) = 202+166+101=469 (62% of max value = 765). Red value is 202 (79.30% from 255 or 43.07% from 469); Green value is 166 (65.23% from 255 or 35.39% from 469); Blue value is 101 (39.84% from 255 or 21.54% from 469); Max value from RGB is 202 - color contains mainly: red. Hex color #CAA665 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CAA665 is #35599A. Grayscale: #A9A9A9. Windows color (decimal): -3496347 or 6661834. OLE color: 6661834.

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

Color convert

RGB202166101-
CMYK00.180.500.21
HSL38.61º48.79%59.41%-
HSV(B)38.61º50%79.22%-
XYZ40.3440.7718.05-
YUV169.3589.43151.29-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 43.07%
GREEN value IS 166 (65.23% from 255) = 35.39%
BLUE value IS 101 (39.84% from 255) = 21.54%
R=43.07%
G=35.39%
B=21.54%

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
Decimal20216610100.180.500.2138.6148.7959.41
HexCAA665012321527313b
Octal3122461450226225476173
Binary1100101010100110110010101001011001010101100111110001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAA665

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAA665; }

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

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

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

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

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

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

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

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