#CAA25B

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

Shades of Laser #CAA25B

Tints of Laser #CAA25B

Color information

#CAA25B (or 0xCAA25B) is unknown color: approx Laser. HEX triplet: CA, A2 and 5B. RGB value is (202,162,91). Sum of RGB (Red+Green+Blue) = 202+162+91=455 (60% of max value = 765). Red value is 202 (79.30% from 255 or 44.40% from 455); Green value is 162 (63.67% from 255 or 35.60% from 455); Blue value is 91 (35.94% from 255 or 20% from 455); Max value from RGB is 202 - color contains mainly: red. Hex color #CAA25B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CAA25B is #355DA4. Grayscale: #A6A6A6. Windows color (decimal): -3497381 or 6005450. OLE color: 6005450.

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

Color convert

RGB20216291-
CMYK00.200.550.21
HSL38.38º51.15%57.45%-
HSV(B)38.38º54.95%79.22%-
XYZ39.1739.1515.39-
YUV165.8785.75153.77-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 44.40%
GREEN value IS 162 (63.67% from 255) = 35.60%
BLUE value IS 91 (35.94% from 255) = 20%
R=44.40%
G=35.60%
B=20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.55
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2021629100.200.550.2138.3851.1557.45
HexCAA25B0143715263339
Octal3122421330246725466371
Binary1100101010100010101101101010011011110101100110110011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAA25B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAA25B; }

 p { color: rgb(202,162,91); }

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

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

 a { background-color: rgb(202,162,91); }

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

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

 span { border-color: rgb(202,162,91); }

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