#CAA25D

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

Shades of Laser #CAA25D

Tints of Laser #CAA25D

Color information

#CAA25D (or 0xCAA25D) is unknown color: approx Laser. HEX triplet: CA, A2 and 5D. RGB value is (202,162,93). Sum of RGB (Red+Green+Blue) = 202+162+93=457 (60% of max value = 765). Red value is 202 (79.30% from 255 or 44.20% from 457); Green value is 162 (63.67% from 255 or 35.45% from 457); Blue value is 93 (36.72% from 255 or 20.35% from 457); Max value from RGB is 202 - color contains mainly: red. Hex color #CAA25D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CAA25D is #355DA2. Grayscale: #A6A6A6. Windows color (decimal): -3497379 or 6136522. OLE color: 6136522.

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

Color convert

RGB20216293-
CMYK00.200.540.21
HSL37.98º50.7%57.84%-
HSV(B)37.98º53.96%79.22%-
XYZ39.2539.1915.85-
YUV166.0986.75153.61-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 44.20%
GREEN value IS 162 (63.67% from 255) = 35.45%
BLUE value IS 93 (36.72% from 255) = 20.35%
R=44.20%
G=35.45%
B=20.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.54
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2021629300.200.540.2137.9850.757.84
HexCAA25D014361526333a
Octal3122421350246625466372
Binary1100101010100010101110101010011011010101100110110011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAA25D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAA25D; }

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

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

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

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

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

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

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

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