#CAAC5D

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

Shades of Laser #CAAC5D

Tints of Laser #CAAC5D

Color information

#CAAC5D (or 0xCAAC5D) is unknown color: approx Laser. HEX triplet: CA, AC and 5D. RGB value is (202,172,93). Sum of RGB (Red+Green+Blue) = 202+172+93=467 (61% of max value = 765). Red value is 202 (79.30% from 255 or 43.25% from 467); Green value is 172 (67.58% from 255 or 36.83% from 467); Blue value is 93 (36.72% from 255 or 19.91% from 467); Max value from RGB is 202 - color contains mainly: red. Hex color #CAAC5D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CAAC5D is #3553A2. Grayscale: #ACACAC. Windows color (decimal): -3494819 or 6139082. OLE color: 6139082.

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

Color convert

RGB20217293-
CMYK00.150.540.21
HSL43.49º50.7%57.84%-
HSV(B)43.49º53.96%79.22%-
XYZ41.0942.8516.46-
YUV171.9683.44149.42-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 43.25%
GREEN value IS 172 (67.58% from 255) = 36.83%
BLUE value IS 93 (36.72% from 255) = 19.91%
R=43.25%
G=36.83%
B=19.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.54
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2021729300.150.540.2143.4950.757.84
HexCAAC5D0F36152b333a
Octal3122541350176625536372
Binary110010101010110010111010111111011010101101011110011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAAC5D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAAC5D; }

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

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

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

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

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

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

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

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