#CAA356

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

Shades of Laser #CAA356

Tints of Laser #CAA356

Color information

#CAA356 (or 0xCAA356) is unknown color: approx Laser. HEX triplet: CA, A3 and 56. RGB value is (202,163,86). Sum of RGB (Red+Green+Blue) = 202+163+86=451 (59% of max value = 765). Red value is 202 (79.30% from 255 or 44.79% from 451); Green value is 163 (64.06% from 255 or 36.14% from 451); Blue value is 86 (33.98% from 255 or 19.07% from 451); Max value from RGB is 202 - color contains mainly: red. Hex color #CAA356 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CAA356 is #355CA9. Grayscale: #A6A6A6. Windows color (decimal): -3497130 or 5678026. OLE color: 5678026.

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

Color convert

RGB20216386-
CMYK00.190.570.21
HSL39.83º52.25%56.47%-
HSV(B)39.83º57.43%79.22%-
XYZ39.1339.4214.35-
YUV165.8882.92153.76-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 44.79%
GREEN value IS 163 (64.06% from 255) = 36.14%
BLUE value IS 86 (33.98% from 255) = 19.07%
R=44.79%
G=36.14%
B=19.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.57
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2021638600.190.570.2139.8352.2556.47
HexCAA3560133915283438
Octal3122431260237125506470
Binary1100101010100011101011001001111100110101101000110100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAA356

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAA356; }

 p { color: rgb(202,163,86); }

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

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

 a { background-color: rgb(202,163,86); }

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

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

 span { border-color: rgb(202,163,86); }

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