#CAA461

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

Shades of Laser #CAA461

Tints of Laser #CAA461

Color information

#CAA461 (or 0xCAA461) is unknown color: approx Laser. HEX triplet: CA, A4 and 61. RGB value is (202,164,97). Sum of RGB (Red+Green+Blue) = 202+164+97=463 (61% of max value = 765). Red value is 202 (79.30% from 255 or 43.63% from 463); Green value is 164 (64.45% from 255 or 35.42% from 463); Blue value is 97 (38.28% from 255 or 20.95% from 463); Max value from RGB is 202 - color contains mainly: red. Hex color #CAA461 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CAA461 is #355B9E. Grayscale: #A8A8A8. Windows color (decimal): -3496863 or 6399178. OLE color: 6399178.

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

Color convert

RGB20216497-
CMYK00.190.520.21
HSL38.29º49.76%58.63%-
HSV(B)38.29º51.98%79.22%-
XYZ39.7939.9716.93-
YUV167.7288.09152.45-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 43.63%
GREEN value IS 164 (64.45% from 255) = 35.42%
BLUE value IS 97 (38.28% from 255) = 20.95%
R=43.63%
G=35.42%
B=20.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.52
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2021649700.190.520.2138.2949.7658.63
HexCAA461013341526323b
Octal3122441410236425466273
Binary1100101010100100110000101001111010010101100110110010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAA461

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAA461; }

 p { color: rgb(202,164,97); }

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

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

 a { background-color: rgb(202,164,97); }

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

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

 span { border-color: rgb(202,164,97); }

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