#CAA562

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

Shades of Laser #CAA562

Tints of Laser #CAA562

Color information

#CAA562 (or 0xCAA562) is unknown color: approx Laser. HEX triplet: CA, A5 and 62. RGB value is (202,165,98). Sum of RGB (Red+Green+Blue) = 202+165+98=465 (61% of max value = 765). Red value is 202 (79.30% from 255 or 43.44% from 465); Green value is 165 (64.84% from 255 or 35.48% from 465); Blue value is 98 (38.67% from 255 or 21.08% from 465); Max value from RGB is 202 - color contains mainly: red. Hex color #CAA562 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CAA562 is #355A9D. Grayscale: #A8A8A8. Windows color (decimal): -3496606 or 6464970. OLE color: 6464970.

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

Color convert

RGB20216598-
CMYK00.180.510.21
HSL38.65º49.52%58.82%-
HSV(B)38.65º51.49%79.22%-
XYZ40.0240.3517.23-
YUV168.4288.26151.95-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 43.44%
GREEN value IS 165 (64.84% from 255) = 35.48%
BLUE value IS 98 (38.67% from 255) = 21.08%
R=43.44%
G=35.48%
B=21.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.51
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2021659800.180.510.2138.6549.5258.82
HexCAA562012331527323b
Octal3122451420226325476273
Binary1100101010100101110001001001011001110101100111110010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAA562

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAA562; }

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

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

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

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

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

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

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

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