#CAA758

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

Shades of Laser #CAA758

Tints of Laser #CAA758

Color information

#CAA758 (or 0xCAA758) is unknown color: approx Laser. HEX triplet: CA, A7 and 58. RGB value is (202,167,88). Sum of RGB (Red+Green+Blue) = 202+167+88=457 (60% of max value = 765). Red value is 202 (79.30% from 255 or 44.20% from 457); Green value is 167 (65.62% from 255 or 36.54% from 457); Blue value is 88 (34.77% from 255 or 19.26% from 457); Max value from RGB is 202 - color contains mainly: red. Hex color #CAA758 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CAA758 is #3558A7. Grayscale: #A8A8A8. Windows color (decimal): -3496104 or 5810122. OLE color: 5810122.

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

Color convert

RGB20216788-
CMYK00.170.560.21
HSL41.58º51.82%56.86%-
HSV(B)41.58º56.44%79.22%-
XYZ39.9440.915.02-
YUV168.4682.6151.92-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 44.20%
GREEN value IS 167 (65.62% from 255) = 36.54%
BLUE value IS 88 (34.77% from 255) = 19.26%
R=44.20%
G=36.54%
B=19.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.56
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2021678800.170.560.2141.5851.8256.86
HexCAA75801138152a3439
Octal3122471300217025526471
Binary1100101010100111101100001000111100010101101010110100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAA758

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAA758; }

 p { color: rgb(202,167,88); }

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

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

 a { background-color: rgb(202,167,88); }

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

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

 span { border-color: rgb(202,167,88); }

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