#caa561

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

Shades of Laser #CAA561

Tints of Laser #CAA561

Color information

#CAA561 (or 0xCAA561) is unknown color: approx Laser. HEX triplet: CA, A5 and 61. RGB value is (202,165,97). Sum of RGB (Red+Green+Blue) = 202+165+97=464 (61% of max value = 765). Red value is 202 (79.30% from 255 or 43.53% from 464); Green value is 165 (64.84% from 255 or 35.56% from 464); Blue value is 97 (38.28% from 255 or 20.91% from 464); Max value from RGB is 202 - color contains mainly: red. Hex color #CAA561 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CAA561 is #355A9E. Grayscale: #A8A8A8. Windows color (decimal): -3496607 or 6399434. OLE color: 6399434.

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

Color convert

RGB20216597-
CMYK00.180.520.21
HSL38.86º49.76%58.63%-
HSV(B)38.86º51.98%79.22%-
XYZ39.9740.3316.99-
YUV168.3187.76152.03-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 43.53%
GREEN value IS 165 (64.84% from 255) = 35.56%
BLUE value IS 97 (38.28% from 255) = 20.91%
R=43.53%
G=35.56%
B=20.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.52
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2021659700.180.520.2138.8649.7658.63
HexCAA561012341527323b
Octal3122451410226425476273
Binary1100101010100101110000101001011010010101100111110010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #caa561

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #caa561; }

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

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

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

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

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

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

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

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